Html Css Color HEX #553C18 Baker's Chocolate

📋 copy color: '#553C18'

red 85 ◦ green 60 ◦ blue 24

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

Shades of Baker's Chocolate #553C18

Tints of Baker's Chocolate #553C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 50.3%
G = 35.5%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#553C18 (or 0x553C18) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 18. RGB value is (85,60,24). Sum of RGB (Red+Green+Blue) = 85+60+24=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C18 is #AAC3E7. Grayscale: #3F3F3F. Windows color (decimal): -11191272 or 1588309. OLE color: 1588309.

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

Color convert

RGB 85 60 24 -
CMYK 0 0.29 0.72 0.67
HSL 35.41º 0.56% 0.21% -
HSV(B) 35.41º 0.72% 0.33% -
XYZ 5.53 5.23 1.58 -
YUV 63.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 85 60 24 0 0.29 0.72 0.67 35.41 0.56 0.21
Hex 55 3C 18 0 1D 48 43 23 38 15
Octal 125 74 30 0 35 110 103 43 70 25
Binary 1010101 111100 11000 0 11101 1001000 1000011 100011 111000 10101

Color Harmonies of #553C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C18

Black with #553C18

Text Example


Text Example

White with #553C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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