#5B2A06

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

Shades of Baker's Chocolate #5B2A06

Tints of Baker's Chocolate #5B2A06

Color information

#5B2A06 (or 0x5B2A06) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 2A and 06. RGB value is (91,42,6). Sum of RGB (Red+Green+Blue) = 91+42+6=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2A06 is #A4D5F9. Grayscale: #343434. Windows color (decimal): -10802682 or 404059. OLE color: 404059.

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

Color convert

RGB91426-
CMYK00.540.930.64
HSL25.41º87.63%19.02%-
HSV(B)25.41º93.41%35.69%-
XYZ5.183.890.65-
YUV52.55101.73155.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65.47%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=65.47%
G=30.22%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9142600.540.930.6425.4187.6319.02
Hex5B2A60365D40195813
Octal1335260661351003113023
Binary101101110101011001101101011101100000011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,42,6); }

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

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

 a { background-color: rgb(91,42,6); }

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

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

 span { border-color: rgb(91,42,6); }

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