#5b380f

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

Shades of Baker's Chocolate #5B380F

Tints of Baker's Chocolate #5B380F

Color information

#5B380F (or 0x5B380F) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 38 and 0F. RGB value is (91,56,15). Sum of RGB (Red+Green+Blue) = 91+56+15=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B380F is #A4C7F0. Grayscale: #3D3D3D. Windows color (decimal): -10799089 or 997467. OLE color: 997467.

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

Color convert

RGB915615-
CMYK00.380.840.64
HSL32.37º71.7%20.78%-
HSV(B)32.37º83.52%35.69%-
XYZ5.815.091.13-
YUV61.79101.6148.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.17%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=56.17%
G=34.57%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91561500.380.840.6432.3771.720.78
Hex5B38F0265440204815
Octal13370170461241004011025
Binary10110111110001111010011010101001000000100000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b380f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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