Html Css Color HEX #553E36 Very Dark Brown

📋 copy color: '#553E36'

red 85 ◦ green 62 ◦ blue 54

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

Shades of Very Dark Brown #553E36

Tints of Very Dark Brown #553E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 42.29%
G = 30.85%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#553E36 (or 0x553E36) is known color: Very Dark Brown. HEX triplet: 55, 3E and 36. RGB value is (85,62,54). Sum of RGB (Red+Green+Blue) = 85+62+54=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E36 is #AAC1C9. Grayscale: #444444. Windows color (decimal): -11190730 or 3554901. OLE color: 3554901.

HSL color Cylindrical-coordinate representation of color #553E36: hue angle of 15.48º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553E36 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 54 -
CMYK 0 0.27 0.36 0.67
HSL 15.48º 0.22% 0.27% -
HSV(B) 15.48º 0.36% 0.33% -
XYZ 6.13 5.64 4.26 -
YUV 67.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 85 62 54 0 0.27 0.36 0.67 15.48 0.22 0.27
Hex 55 3E 36 0 1B 24 43 F 16 1B
Octal 125 76 66 0 33 44 103 17 26 33
Binary 1010101 111110 110110 0 11011 100100 1000011 1111 10110 11011

Color Harmonies of #553E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E36

Black with #553E36

Text Example


Text Example

White with #553E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,62,54); }

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

background-color css

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

 a { background-color: rgb(85,62,54); }

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

border-color css

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

 span { border-color: rgb(85,62,54); }

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