#5B341D

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

Shades of Baker's Chocolate #5B341D

Tints of Baker's Chocolate #5B341D

Color information

#5B341D (or 0x5B341D) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 34 and 1D. RGB value is (91,52,29). Sum of RGB (Red+Green+Blue) = 91+52+29=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B341D is #A4CBE2. Grayscale: #3D3D3D. Windows color (decimal): -10800099 or 1913947. OLE color: 1913947.

HSL color Cylindrical-coordinate representation of color #5B341D: hue angle of 22.26º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B341D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB915229-
CMYK00.430.680.64
HSL22.26º51.67%23.53%-
HSV(B)22.26º68.13%35.69%-
XYZ5.764.771.78-
YUV61.04109.92149.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=52.91%
G=30.23%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91522900.430.680.6422.2651.6723.53
Hex5B341D02B4440163418
Octal1336435053104100266430
Binary1011011110100111010101011100010010000001011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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