#5D3914

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

Shades of Baker's Chocolate #5D3914

Tints of Baker's Chocolate #5D3914

Color information

#5D3914 (or 0x5D3914) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 39 and 14. RGB value is (93,57,20). Sum of RGB (Red+Green+Blue) = 93+57+20=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3914 is #A2C6EB. Grayscale: #3F3F3F. Windows color (decimal): -10667756 or 1325405. OLE color: 1325405.

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

Color convert

RGB935720-
CMYK00.390.780.64
HSL30.41º64.6%22.16%-
HSV(B)30.41º78.49%36.47%-
XYZ6.15.31.36-
YUV63.55103.43149.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.71%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=54.71%
G=33.53%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93572000.390.780.6430.4164.622.16
Hex5D39140274E401e4116
Octal13571240471161003610126
Binary10111011110011010001001111001110100000011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,20); }

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

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

 a { background-color: rgb(93,57,20); }

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

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

 span { border-color: rgb(93,57,20); }

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