#532F10

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

Shades of Baker's Chocolate #532F10

Tints of Baker's Chocolate #532F10

Color information

#532F10 (or 0x532F10) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2F and 10. RGB value is (83,47,16). Sum of RGB (Red+Green+Blue) = 83+47+16=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F10 is #ACD0EF. Grayscale: #363636. Windows color (decimal): -11325680 or 1060691. OLE color: 1060691.

HSL color Cylindrical-coordinate representation of color #532F10: hue angle of 27.76º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532F10 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB834716-
CMYK00.430.810.67
HSL27.76º67.68%19.41%-
HSV(B)27.76º80.72%32.55%-
XYZ4.683.911-
YUV54.23106.43148.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=56.85%
G=32.19%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83471600.430.810.6727.7667.6819.41
Hex532F1002B51431c4413
Octal12357200531211033410423
Binary10100111011111000001010111010001100001111100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,47,16); }

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

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

 a { background-color: rgb(83,47,16); }

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

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

 span { border-color: rgb(83,47,16); }

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