#5B3304

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

Shades of Baker's Chocolate #5B3304

Tints of Baker's Chocolate #5B3304

Color information

#5B3304 (or 0x5B3304) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 33 and 04. RGB value is (91,51,4). Sum of RGB (Red+Green+Blue) = 91+51+4=146 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.33% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3304 is #A4CCFB. Grayscale: #393939. Windows color (decimal): -10800380 or 275291. OLE color: 275291.

HSL color Cylindrical-coordinate representation of color #5B3304: hue angle of 32.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B3304 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB91514-
CMYK00.440.960.64
HSL32.41º91.58%18.63%-
HSV(B)32.41º95.6%35.69%-
XYZ5.524.60.71-
YUV57.697.75151.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 62.33%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=62.33%
G=34.93%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9151400.440.960.6432.4191.5818.63
Hex5B33402C6040205c13
Octal1336340541401004013423
Binary1011011110011100010110011000001000000100000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B3304; }

 p { color: rgb(91,51,4); }

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

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

 a { background-color: rgb(91,51,4); }

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

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

 span { border-color: rgb(91,51,4); }

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