#5B1F09

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

Shades of Baker's Chocolate #5B1F09

Tints of Baker's Chocolate #5B1F09

Color information

#5B1F09 (or 0x5B1F09) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 1F and 09. RGB value is (91,31,9). Sum of RGB (Red+Green+Blue) = 91+31+9=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1F09 is #A4E0F6. Grayscale: #2E2E2E. Windows color (decimal): -10805495 or 597851. OLE color: 597851.

HSL color Cylindrical-coordinate representation of color #5B1F09: hue angle of 16.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B1F09 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB91319-
CMYK00.660.900.64
HSL16.1º82%19.61%-
HSV(B)16.1º90.11%35.69%-
XYZ4.853.220.62-
YUV46.43106.88159.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 69.47%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=69.47%
G=23.66%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9131900.660.900.6416.18219.61
Hex5B1F90425A40105214
Octal133371101021321002012224
Binary1011011111111001010000101011010100000010000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,31,9); }

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

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

 a { background-color: rgb(91,31,9); }

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

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

 span { border-color: rgb(91,31,9); }

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