Html Css Color HEX #552908 Baker's Chocolate

📋 copy color: '#552908'

red 85 ◦ green 41 ◦ blue 8

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

Shades of Baker's Chocolate #552908

Tints of Baker's Chocolate #552908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

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

R = 63.43%
G = 30.6%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#552908 (or 0x552908) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 08. RGB value is (85,41,8). Sum of RGB (Red+Green+Blue) = 85+41+8=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #552908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552908 is #AAD6F7. Grayscale: #323232. Windows color (decimal): -11196152 or 534869. OLE color: 534869.

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

Color convert

RGB 85 41 8 -
CMYK 0 0.52 0.91 0.67
HSL 25.71º 0.83% 0.18% -
HSV(B) 25.71º 0.91% 0.33% -
XYZ 4.58 3.53 0.67 -
YUV 50.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 85 41 8 0 0.52 0.91 0.67 25.71 0.83 0.18
Hex 55 29 8 0 34 5B 43 1A 53 12
Octal 125 51 10 0 64 133 103 32 123 22
Binary 1010101 101001 1000 0 110100 1011011 1000011 11010 1010011 10010

Color Harmonies of #552908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552908

Black with #552908

Text Example


Text Example

White with #552908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552908; }

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

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

background-color css

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

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

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

border-color css

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

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

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