Html Css Color HEX #553C16 Baker's Chocolate

📋 copy color: '#553C16'

red 85 ◦ green 60 ◦ blue 22

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

Shades of Baker's Chocolate #553C16

Tints of Baker's Chocolate #553C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 50.9%
G = 35.93%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#553C16 (or 0x553C16) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 16. RGB value is (85,60,22). Sum of RGB (Red+Green+Blue) = 85+60+22=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #553C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C16 is #AAC3E9. Grayscale: #3F3F3F. Windows color (decimal): -11191274 or 1457237. OLE color: 1457237.

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

Color convert

RGB 85 60 22 -
CMYK 0 0.29 0.74 0.67
HSL 36.19º 0.59% 0.21% -
HSV(B) 36.19º 0.74% 0.33% -
XYZ 5.51 5.22 1.48 -
YUV 63.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 85 60 22 0 0.29 0.74 0.67 36.19 0.59 0.21
Hex 55 3C 16 0 1D 4A 43 24 3B 15
Octal 125 74 26 0 35 112 103 44 73 25
Binary 1010101 111100 10110 0 11101 1001010 1000011 100100 111011 10101

Color Harmonies of #553C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C16

Black with #553C16

Text Example


Text Example

White with #553C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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