#5D331C

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

Shades of Baker's Chocolate #5D331C

Tints of Baker's Chocolate #5D331C

Color information

#5D331C (or 0x5D331C) is unknown color: approx Baker's Chocolate. HEX triplet: 5D, 33 and 1C. RGB value is (93,51,28). Sum of RGB (Red+Green+Blue) = 93+51+28=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D331C is #A2CCE3. Grayscale: #3D3D3D. Windows color (decimal): -10669284 or 1848157. OLE color: 1848157.

HSL color Cylindrical-coordinate representation of color #5D331C: hue angle of 21.23º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D331C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB935128-
CMYK00.450.700.64
HSL21.23º53.72%23.73%-
HSV(B)21.23º69.89%36.47%-
XYZ5.914.781.71-
YUV60.94109.41150.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.07%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=54.07%
G=29.65%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93512800.450.700.6421.2353.7223.73
Hex5D331C02D4640153618
Octal1356334055106100256630
Binary1011101110011111000101101100011010000001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,28); }

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

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

 a { background-color: rgb(93,51,28); }

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

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

 span { border-color: rgb(93,51,28); }

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