Html Css Color HEX #553E32 Very Dark Brown

📋 copy color: '#553E32'

red 85 ◦ green 62 ◦ blue 50

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

Shades of Very Dark Brown #553E32

Tints of Very Dark Brown #553E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 43.15%
G = 31.47%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#553E32 (or 0x553E32) is known color: Very Dark Brown. HEX triplet: 55, 3E and 32. RGB value is (85,62,50). Sum of RGB (Red+Green+Blue) = 85+62+50=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E32 is #AAC1CD. Grayscale: #434343. Windows color (decimal): -11190734 or 3292757. OLE color: 3292757.

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

Color convert

RGB 85 62 50 -
CMYK 0 0.27 0.41 0.67
HSL 20.57º 0.26% 0.26% -
HSV(B) 20.57º 0.41% 0.33% -
XYZ 6.04 5.61 3.78 -
YUV 67.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 85 62 50 0 0.27 0.41 0.67 20.57 0.26 0.26
Hex 55 3E 32 0 1B 29 43 15 1A 1A
Octal 125 76 62 0 33 51 103 25 32 32
Binary 1010101 111110 110010 0 11011 101001 1000011 10101 11010 11010

Color Harmonies of #553E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E32

Black with #553E32

Text Example


Text Example

White with #553E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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