Html Css Color HEX #553D3F Jon

📋 copy color: '#553D3F'

red 85 ◦ green 61 ◦ blue 63

#553D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #553D3F

Tints of Jon #553D3F

RGB

 RED value IS 85 (33.59% from 255) = 40.67%

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 63 (25% from 255) = 30.14%

R = 40.67%
G = 29.19%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#553D3F (or 0x553D3F) is known color: Jon. HEX triplet: 55, 3D and 3F. RGB value is (85,61,63). Sum of RGB (Red+Green+Blue) = 85+61+63=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3F is #AAC2C0. Grayscale: #444444. Windows color (decimal): -11190977 or 4144469. OLE color: 4144469.

HSL color Cylindrical-coordinate representation of color #553D3F: hue angle of 355º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D3F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 63 -
CMYK 0 0.28 0.26 0.67
HSL 355º 0.16% 0.29% -
HSV(B) 355º 0.28% 0.33% -
XYZ 6.31 5.63 5.46 -
YUV 68.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 85 61 63 0 0.28 0.26 0.67 355 0.16 0.29
Hex 55 3D 3F 0 1C 1A 43 163 10 1D
Octal 125 75 77 0 34 32 103 543 20 35
Binary 1010101 111101 111111 0 11100 11010 1000011 101100011 10000 11101

Color Harmonies of #553D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D3F

Black with #553D3F

Text Example


Text Example

White with #553D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D3F; }

 p { color: rgb(85,61,63); }

 H1.HeaderClassName
 {
   color: #553D3F;
 }
 .AnyTagClassName
 {
   color: #553D3F;
 }
</style>

background-color css

<style>
 a { background-color: #553D3F; }

 a { background-color: rgb(85,61,63); }

 div.DivClassName
 {
   background-color: #553D3F;
 }
 .BgClassName
 {
   background-color: #553D3F;
 }
</style>

border-color css

<style>
 span { border-color: #553D3F; }

 span { border-color: rgb(85,61,63); }

 td.TdClassName
 {
   border-color: #553D3F;
 }
 .TagClassName
 {
   border-color: #553D3F;
 }
</style>