#552507

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

Shades of Baker's Chocolate #552507

Tints of Baker's Chocolate #552507

Color information

#552507 (or 0x552507) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 25 and 07. RGB value is (85,37,7). Sum of RGB (Red+Green+Blue) = 85+37+7=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #552507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552507 is #AADAF8. Grayscale: #303030. Windows color (decimal): -11197177 or 468309. OLE color: 468309.

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

Color convert

RGB85377-
CMYK00.560.920.67
HSL23.08º84.78%18.04%-
HSV(B)23.08º91.76%33.33%-
XYZ4.453.270.6-
YUV47.93104.9154.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 7 (3.12% from 255) = 5.43%
R=65.89%
G=28.68%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537700.560.920.6723.0884.7818.04
Hex552570385C43175512
Octal1254570701341032712522
Binary101010110010111101110001011100100001110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552507; }

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

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

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

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

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

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

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

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