Html Css Color HEX #553E35 Very Dark Brown

📋 copy color: '#553E35'

red 85 ◦ green 62 ◦ blue 53

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

Shades of Very Dark Brown #553E35

Tints of Very Dark Brown #553E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 42.5%
G = 31%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#553E35 (or 0x553E35) is known color: Very Dark Brown. HEX triplet: 55, 3E and 35. RGB value is (85,62,53). Sum of RGB (Red+Green+Blue) = 85+62+53=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E35 is #AAC1CA. Grayscale: #434343. Windows color (decimal): -11190731 or 3489365. OLE color: 3489365.

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

Color convert

RGB 85 62 53 -
CMYK 0 0.27 0.38 0.67
HSL 16.88º 0.23% 0.27% -
HSV(B) 16.88º 0.38% 0.33% -
XYZ 6.11 5.63 4.13 -
YUV 67.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 85 62 53 0 0.27 0.38 0.67 16.88 0.23 0.27
Hex 55 3E 35 0 1B 26 43 11 17 1B
Octal 125 76 65 0 33 46 103 21 27 33
Binary 1010101 111110 110101 0 11011 100110 1000011 10001 10111 11011

Color Harmonies of #553E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E35

Black with #553E35

Text Example


Text Example

White with #553E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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