#552207

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

Shades of Baker's Chocolate #552207

Tints of Baker's Chocolate #552207

Color information

#552207 (or 0x552207) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 22 and 07. RGB value is (85,34,7). Sum of RGB (Red+Green+Blue) = 85+34+7=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552207 is #AADDF8. Grayscale: #2E2E2E. Windows color (decimal): -11197945 or 467541. OLE color: 467541.

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

Color convert

RGB85347-
CMYK00.600.920.67
HSL20.77º84.78%18.04%-
HSV(B)20.77º91.76%33.33%-
XYZ4.363.090.57-
YUV46.17105.9155.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=67.46%
G=26.98%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534700.600.920.6720.7784.7818.04
Hex5522703C5C43155512
Octal1254270741341032512522
Binary101010110001011101111001011100100001110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552207; }

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

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

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

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

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

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

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

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