#5B3C0D

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

Shades of Baker's Chocolate #5B3C0D

Tints of Baker's Chocolate #5B3C0D

Color information

#5B3C0D (or 0x5B3C0D) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 3C and 0D. RGB value is (91,60,13). Sum of RGB (Red+Green+Blue) = 91+60+13=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3C0D is #A4C3F2. Grayscale: #404040. Windows color (decimal): -10798067 or 867419. OLE color: 867419.

HSL color Cylindrical-coordinate representation of color #5B3C0D: hue angle of 36.15º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B3C0D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB916013-
CMYK00.340.860.64
HSL36.15º75%20.39%-
HSV(B)36.15º85.71%35.69%-
XYZ65.481.12-
YUV63.9199.27147.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 55.49%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=55.49%
G=36.59%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91601300.340.860.6436.157520.39
Hex5B3CD0225640244b14
Octal13374150421261004411324
Binary10110111111001101010001010101101000000100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,13); }

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

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

 a { background-color: rgb(91,60,13); }

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

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

 span { border-color: rgb(91,60,13); }

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