Html Css Color HEX #552F08 Baker's Chocolate

📋 copy color: '#552F08'

red 85 ◦ green 47 ◦ blue 8

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

Shades of Baker's Chocolate #552F08

Tints of Baker's Chocolate #552F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.57%

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

R = 60.71%
G = 33.57%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#552F08 (or 0x552F08) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 08. RGB value is (85,47,8). Sum of RGB (Red+Green+Blue) = 85+47+8=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F08 is #AAD0F7. Grayscale: #363636. Windows color (decimal): -11194616 or 536405. OLE color: 536405.

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

Color convert

RGB 85 47 8 -
CMYK 0 0.45 0.91 0.67
HSL 30.39º 0.83% 0.18% -
HSV(B) 30.39º 0.91% 0.33% -
XYZ 4.81 3.98 0.74 -
YUV 53.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 85 47 8 0 0.45 0.91 0.67 30.39 0.83 0.18
Hex 55 2F 8 0 2D 5B 43 1E 53 12
Octal 125 57 10 0 55 133 103 36 123 22
Binary 1010101 101111 1000 0 101101 1011011 1000011 11110 1010011 10010

Color Harmonies of #552F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F08

Black with #552F08

Text Example


Text Example

White with #552F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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