Html Css Color HEX #552408 Baker's Chocolate

📋 copy color: '#552408'

red 85 ◦ green 36 ◦ blue 8

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

Shades of Baker's Chocolate #552408

Tints of Baker's Chocolate #552408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.91%

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

R = 65.89%
G = 27.91%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#552408 (or 0x552408) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 08. RGB value is (85,36,8). Sum of RGB (Red+Green+Blue) = 85+36+8=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #552408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552408 is #AADBF7. Grayscale: #2F2F2F. Windows color (decimal): -11197432 or 533589. OLE color: 533589.

HSL color Cylindrical-coordinate representation of color #552408: hue angle of 21.82º 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 #552408 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 8 -
CMYK 0 0.58 0.91 0.67
HSL 21.82º 0.83% 0.18% -
HSV(B) 21.82º 0.91% 0.33% -
XYZ 4.42 3.21 0.62 -
YUV 47.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 85 36 8 0 0.58 0.91 0.67 21.82 0.83 0.18
Hex 55 24 8 0 3A 5B 43 16 53 12
Octal 125 44 10 0 72 133 103 26 123 22
Binary 1010101 100100 1000 0 111010 1011011 1000011 10110 1010011 10010

Color Harmonies of #552408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552408

Black with #552408

Text Example


Text Example

White with #552408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552408; }

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

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

background-color css

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

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

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

border-color css

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

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

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