#553818

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

Shades of Baker's Chocolate #553818

Tints of Baker's Chocolate #553818

Color information

#553818 (or 0x553818) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 18. RGB value is (85,56,24). Sum of RGB (Red+Green+Blue) = 85+56+24=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553818 is #AAC7E7. Grayscale: #3D3D3D. Windows color (decimal): -11192296 or 1587285. OLE color: 1587285.

HSL color Cylindrical-coordinate representation of color #553818: hue angle of 31.48º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553818 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB855624-
CMYK00.340.720.67
HSL31.48º55.96%21.37%-
HSV(B)31.48º71.76%33.33%-
XYZ5.334.831.51-
YUV61.02107.11145.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 24 (9.77% from 255) = 14.55%
R=51.52%
G=33.94%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85562400.340.720.6731.4855.9621.37
Hex55381802248431f3815
Octal1257030042110103377025
Binary1010101111000110000100010100100010000111111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553818; }

 p { color: rgb(85,56,24); }

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

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

 a { background-color: rgb(85,56,24); }

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

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

 span { border-color: rgb(85,56,24); }

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