#553907

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

Shades of Baker's Chocolate #553907

Tints of Baker's Chocolate #553907

Color information

#553907 (or 0x553907) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 07. RGB value is (85,57,7). Sum of RGB (Red+Green+Blue) = 85+57+7=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553907 is #AAC6F8. Grayscale: #3B3B3B. Windows color (decimal): -11192057 or 473429. OLE color: 473429.

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

Color convert

RGB85577-
CMYK00.330.920.67
HSL38.46º84.78%18.04%-
HSV(B)38.46º91.76%33.33%-
XYZ5.254.870.86-
YUV59.6798.28146.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=57.05%
G=38.26%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557700.330.920.6738.4684.7818.04
Hex553970215C43265512
Octal1257170411341034612522
Binary1010101111001111010000110111001000011100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553907; }

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

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

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

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

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

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

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

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