#532C07

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

Shades of Baker's Chocolate #532C07

Tints of Baker's Chocolate #532C07

Color information

#532C07 (or 0x532C07) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2C and 07. RGB value is (83,44,7). Sum of RGB (Red+Green+Blue) = 83+44+7=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C07 is #ACD3F8. Grayscale: #333333. Windows color (decimal): -11326457 or 470099. OLE color: 470099.

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

Color convert

RGB83447-
CMYK00.470.920.67
HSL29.21º84.44%17.65%-
HSV(B)29.21º91.57%32.55%-
XYZ4.513.660.67-
YUV51.44102.92150.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=61.94%
G=32.84%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8344700.470.920.6729.2184.4417.65
Hex532C702F5C431d5412
Octal1235470571341033512422
Binary101001110110011101011111011100100001111101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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