#532507

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

Shades of Baker's Chocolate #532507

Tints of Baker's Chocolate #532507

Color information

#532507 (or 0x532507) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 07. RGB value is (83,37,7). Sum of RGB (Red+Green+Blue) = 83+37+7=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532507 is #ACDAF8. Grayscale: #2F2F2F. Windows color (decimal): -11328249 or 468307. OLE color: 468307.

HSL color Cylindrical-coordinate representation of color #532507: hue angle of 23.68º 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 #532507 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83377-
CMYK00.550.920.67
HSL23.68º84.44%17.65%-
HSV(B)23.68º91.57%32.55%-
XYZ4.273.180.59-
YUV47.33105.24153.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=65.35%
G=29.13%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337700.550.920.6723.6884.4417.65
Hex532570375C43185412
Octal1234570671341033012422
Binary101001110010111101101111011100100001111000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532507; }

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

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

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

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

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

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

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

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