#5B300B

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

Shades of Baker's Chocolate #5B300B

Tints of Baker's Chocolate #5B300B

Color information

#5B300B (or 0x5B300B) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 30 and 0B. RGB value is (91,48,11). Sum of RGB (Red+Green+Blue) = 91+48+11=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B300B is #A4CFF4. Grayscale: #383838. Windows color (decimal): -10801141 or 733275. OLE color: 733275.

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

Color convert

RGB914811-
CMYK00.470.880.64
HSL27.75º78.43%20%-
HSV(B)27.75º87.91%35.69%-
XYZ5.434.360.87-
YUV56.64102.25152.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 11 (4.69% from 255) = 7.33%
R=60.67%
G=32%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91481100.470.880.6427.7578.4320
Hex5B30B02F58401c4e14
Octal13360130571301003411624
Binary1011011110000101101011111011000100000011100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,48,11); }

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

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

 a { background-color: rgb(91,48,11); }

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

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

 span { border-color: rgb(91,48,11); }

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