Html Css Color HEX #552808 Baker's Chocolate

📋 copy color: '#552808'

red 85 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #552808

Tints of Baker's Chocolate #552808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 8 (3.52% from 255) = 6.02%

R = 63.91%
G = 30.08%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#552808 (or 0x552808) is known color: Baker's Chocolate. HEX triplet: 55, 28 and 08. RGB value is (85,40,8). Sum of RGB (Red+Green+Blue) = 85+40+8=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552808 is #AAD7F7. Grayscale: #313131. Windows color (decimal): -11196408 or 534613. OLE color: 534613.

HSL color Cylindrical-coordinate representation of color #552808: hue angle of 24.94º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #552808 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 40 8 -
CMYK 0 0.53 0.91 0.67
HSL 24.94º 0.83% 0.18% -
HSV(B) 24.94º 0.91% 0.33% -
XYZ 4.55 3.47 0.66 -
YUV 49.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 85 40 8 0 0.53 0.91 0.67 24.94 0.83 0.18
Hex 55 28 8 0 35 5B 43 19 53 12
Octal 125 50 10 0 65 133 103 31 123 22
Binary 1010101 101000 1000 0 110101 1011011 1000011 11001 1010011 10010

Color Harmonies of #552808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552808

Black with #552808

Text Example


Text Example

White with #552808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552808; }

 p { color: rgb(85,40,8); }

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

background-color css

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

 a { background-color: rgb(85,40,8); }

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

border-color css

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

 span { border-color: rgb(85,40,8); }

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