#553612

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

Shades of Baker's Chocolate #553612

Tints of Baker's Chocolate #553612

Color information

#553612 (or 0x553612) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 12. RGB value is (85,54,18). Sum of RGB (Red+Green+Blue) = 85+54+18=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553612 is #AAC9ED. Grayscale: #3B3B3B. Windows color (decimal): -11192814 or 1193557. OLE color: 1193557.

HSL color Cylindrical-coordinate representation of color #553612: hue angle of 32.24º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #553612 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB855418-
CMYK00.360.790.67
HSL32.24º65.05%20.2%-
HSV(B)32.24º78.82%33.33%-
XYZ5.174.611.19-
YUV59.16104.77146.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=54.14%
G=34.39%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85541800.360.790.6732.2465.0520.2
Hex5536120244F43204114
Octal12566220441171034010124
Binary101010111011010010010010010011111000011100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553612; }

 p { color: rgb(85,54,18); }

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

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

 a { background-color: rgb(85,54,18); }

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

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

 span { border-color: rgb(85,54,18); }

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