#5B1E01

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

Shades of Baker's Chocolate #5B1E01

Tints of Baker's Chocolate #5B1E01

Color information

#5B1E01 (or 0x5B1E01) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 1E and 01. RGB value is (91,30,1). Sum of RGB (Red+Green+Blue) = 91+30+1=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1E01 is #A4E1FE. Grayscale: #2D2D2D. Windows color (decimal): -10805759 or 73307. OLE color: 73307.

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

Color convert

RGB91301-
CMYK00.670.990.64
HSL19.33º97.83%18.04%-
HSV(B)19.33º98.9%35.69%-
XYZ4.783.150.39-
YUV44.93103.21160.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 74.59%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=74.59%
G=24.59%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9130100.670.990.6419.3397.8318.04
Hex5B1E10436340136212
Octal13336101031431002314222
Binary1011011111101010000111100011100000010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,1); }

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

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

 a { background-color: rgb(91,30,1); }

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

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

 span { border-color: rgb(91,30,1); }

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