#5B340F

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

Shades of Baker's Chocolate #5B340F

Tints of Baker's Chocolate #5B340F

Color information

#5B340F (or 0x5B340F) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 34 and 0F. RGB value is (91,52,15). Sum of RGB (Red+Green+Blue) = 91+52+15=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B340F is #A4CBF0. Grayscale: #3B3B3B. Windows color (decimal): -10800113 or 996443. OLE color: 996443.

HSL color Cylindrical-coordinate representation of color #5B340F: hue angle of 29.21º 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 #5B340F is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB915215-
CMYK00.430.840.64
HSL29.21º71.7%20.78%-
HSV(B)29.21º83.52%35.69%-
XYZ5.634.711.07-
YUV59.44102.92150.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.59%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=57.59%
G=32.91%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91521500.430.840.6429.2171.720.78
Hex5B34F02B54401d4815
Octal13364170531241003511025
Binary1011011110100111101010111010100100000011101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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