#5B3802

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

Shades of Baker's Chocolate #5B3802

Tints of Baker's Chocolate #5B3802

Color information

#5B3802 (or 0x5B3802) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 38 and 02. RGB value is (91,56,2). Sum of RGB (Red+Green+Blue) = 91+56+2=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3802 is #A4C7FD. Grayscale: #3C3C3C. Windows color (decimal): -10799102 or 145499. OLE color: 145499.

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

Color convert

RGB91562-
CMYK00.380.980.64
HSL36.4º95.7%18.24%-
HSV(B)36.4º97.8%35.69%-
XYZ5.745.060.73-
YUV60.3195.1149.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.07%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=61.07%
G=37.58%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9156200.380.980.6436.495.718.24
Hex5B3820266240246012
Octal1337020461421004414022
Binary101101111100010010011011000101000000100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,2); }

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

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

 a { background-color: rgb(91,56,2); }

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

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

 span { border-color: rgb(91,56,2); }

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