#552F07

Color #552F07 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #552F07

Tints of Baker's Chocolate #552F07

Color information

#552F07 (or 0x552F07) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2F and 07. RGB value is (85,47,7). Sum of RGB (Red+Green+Blue) = 85+47+7=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F07 is #AAD0F8. Grayscale: #363636. Windows color (decimal): -11194617 or 470869. OLE color: 470869.

HSL color Cylindrical-coordinate representation of color #552F07: hue angle of 30.77º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #552F07 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85477-
CMYK00.450.920.67
HSL30.77º84.78%18.04%-
HSV(B)30.77º91.76%33.33%-
XYZ4.83.980.72-
YUV53.8101.59150.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=61.15%
G=33.81%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8547700.450.920.6730.7784.7818.04
Hex552F702D5C431f5512
Octal1255770551341033712522
Binary101010110111111101011011011100100001111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #552F07;
 }
 .AnyTagClassName
 {
   color: #552F07;
 }
</style>
background-color css

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

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

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

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

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

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