#532502

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

Shades of Baker's Chocolate #532502

Tints of Baker's Chocolate #532502

Color information

#532502 (or 0x532502) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 25 and 02. RGB value is (83,37,2). Sum of RGB (Red+Green+Blue) = 83+37+2=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532502 is #ACDAFD. Grayscale: #2E2E2E. Windows color (decimal): -11328254 or 140627. OLE color: 140627.

HSL color Cylindrical-coordinate representation of color #532502: hue angle of 25.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #532502 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB83372-
CMYK00.550.980.67
HSL25.93º95.29%16.67%-
HSV(B)25.93º97.59%32.55%-
XYZ4.243.170.45-
YUV46.76102.74153.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=68.03%
G=30.33%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337200.550.980.6725.9395.2916.67
Hex5325203762431a5f11
Octal1234520671421033213721
Binary10100111001011001101111100010100001111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532502; }

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

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

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

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

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

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

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

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