#5D340B

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

Shades of Baker's Chocolate #5D340B

Tints of Baker's Chocolate #5D340B

Color information

#5D340B (or 0x5D340B) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 34 and 0B. RGB value is (93,52,11). Sum of RGB (Red+Green+Blue) = 93+52+11=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D340B is #A2CBF4. Grayscale: #3B3B3B. Windows color (decimal): -10669045 or 734301. OLE color: 734301.

HSL color Cylindrical-coordinate representation of color #5D340B: hue angle of 30º degrees, saturation: 0.79, 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 #5D340B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB935211-
CMYK00.440.880.64
HSL30º78.85%20.39%-
HSV(B)30º88.17%36.47%-
XYZ5.84.810.94-
YUV59.58100.58151.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 59.62%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=59.62%
G=33.33%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93521100.440.880.643078.8520.39
Hex5D34B02C58401e4f14
Octal13564130541301003611724
Binary1011101110100101101011001011000100000011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,52,11); }

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

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

 a { background-color: rgb(93,52,11); }

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

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

 span { border-color: rgb(93,52,11); }

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