#532C14

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

Shades of Baker's Chocolate #532C14

Tints of Baker's Chocolate #532C14

Color information

#532C14 (or 0x532C14) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2C and 14. RGB value is (83,44,20). Sum of RGB (Red+Green+Blue) = 83+44+20=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C14 is #ACD3EB. Grayscale: #353535. Windows color (decimal): -11326444 or 1322067. OLE color: 1322067.

HSL color Cylindrical-coordinate representation of color #532C14: hue angle of 22.86º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532C14 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB834420-
CMYK00.470.760.67
HSL22.86º61.17%20.2%-
HSV(B)22.86º75.9%32.55%-
XYZ4.593.691.13-
YUV52.92109.42149.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=56.46%
G=29.93%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83442000.470.760.6722.8661.1720.2
Hex532C1402F4C43173d14
Octal1235424057114103277524
Binary1010011101100101000101111100110010000111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C14; }

 p { color: rgb(83,44,20); }

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

<style>
 a { background-color: #532C14; }

 a { background-color: rgb(83,44,20); }

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

<style>
 span { border-color: #532C14; }

 span { border-color: rgb(83,44,20); }

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