#532F0E

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

Shades of Baker's Chocolate #532F0E

Tints of Baker's Chocolate #532F0E

Color information

#532F0E (or 0x532F0E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2F and 0E. RGB value is (83,47,14). Sum of RGB (Red+Green+Blue) = 83+47+14=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F0E is #ACD0F1. Grayscale: #363636. Windows color (decimal): -11325682 or 929619. OLE color: 929619.

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

Color convert

RGB834714-
CMYK00.430.830.67
HSL28.7º71.13%19.02%-
HSV(B)28.7º83.13%32.55%-
XYZ4.663.90.92-
YUV54105.43148.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=57.64%
G=32.64%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83471400.430.830.6728.771.1319.02
Hex532FE02B53431d4713
Octal12357160531231033510723
Binary1010011101111111001010111010011100001111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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