Html Css Color HEX #552C16 Baker's Chocolate

📋 copy color: '#552C16'

red 85 ◦ green 44 ◦ blue 22

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

Shades of Baker's Chocolate #552C16

Tints of Baker's Chocolate #552C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 56.29%
G = 29.14%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#552C16 (or 0x552C16) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 16. RGB value is (85,44,22). Sum of RGB (Red+Green+Blue) = 85+44+22=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C16 is #AAD3E9. Grayscale: #353535. Windows color (decimal): -11195370 or 1453141. OLE color: 1453141.

HSL color Cylindrical-coordinate representation of color #552C16: hue angle of 20.95º 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 #552C16 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 22 -
CMYK 0 0.48 0.74 0.67
HSL 20.95º 0.59% 0.21% -
HSV(B) 20.95º 0.74% 0.33% -
XYZ 4.79 3.79 1.24 -
YUV 53.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 85 44 22 0 0.48 0.74 0.67 20.95 0.59 0.21
Hex 55 2C 16 0 30 4A 43 15 3B 15
Octal 125 54 26 0 60 112 103 25 73 25
Binary 1010101 101100 10110 0 110000 1001010 1000011 10101 111011 10101

Color Harmonies of #552C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C16

Black with #552C16

Text Example


Text Example

White with #552C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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