Html Css Color HEX #553C32 Very Dark Brown

📋 copy color: '#553C32'

red 85 ◦ green 60 ◦ blue 50

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

Shades of Very Dark Brown #553C32

Tints of Very Dark Brown #553C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

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

R = 43.59%
G = 30.77%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#553C32 (or 0x553C32) is known color: Very Dark Brown. HEX triplet: 55, 3C and 32. RGB value is (85,60,50). Sum of RGB (Red+Green+Blue) = 85+60+50=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C32 is #AAC3CD. Grayscale: #424242. Windows color (decimal): -11191246 or 3292245. OLE color: 3292245.

HSL color Cylindrical-coordinate representation of color #553C32: hue angle of 17.14º 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 #553C32 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 50 -
CMYK 0 0.29 0.41 0.67
HSL 17.14º 0.26% 0.26% -
HSV(B) 17.14º 0.41% 0.33% -
XYZ 5.94 5.39 3.75 -
YUV 66.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 85 60 50 0 0.29 0.41 0.67 17.14 0.26 0.26
Hex 55 3C 32 0 1D 29 43 11 1A 1A
Octal 125 74 62 0 35 51 103 21 32 32
Binary 1010101 111100 110010 0 11101 101001 1000011 10001 11010 11010

Color Harmonies of #553C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C32

Black with #553C32

Text Example


Text Example

White with #553C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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