#552907

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

Shades of Baker's Chocolate #552907

Tints of Baker's Chocolate #552907

Color information

#552907 (or 0x552907) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 29 and 07. RGB value is (85,41,7). Sum of RGB (Red+Green+Blue) = 85+41+7=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552907 is #AAD6F8. Grayscale: #323232. Windows color (decimal): -11196153 or 469333. OLE color: 469333.

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

Color convert

RGB85417-
CMYK00.520.920.67
HSL26.15º84.78%18.04%-
HSV(B)26.15º91.76%33.33%-
XYZ4.583.530.64-
YUV50.28103.58152.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=63.91%
G=30.83%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541700.520.920.6726.1584.7818.04
Hex552970345C431a5512
Octal1255170641341033212522
Binary101010110100111101101001011100100001111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552907; }

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

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

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

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

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

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

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

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