#532A02

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

Shades of Baker's Chocolate #532A02

Tints of Baker's Chocolate #532A02

Color information

#532A02 (or 0x532A02) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2A and 02. RGB value is (83,42,2). Sum of RGB (Red+Green+Blue) = 83+42+2=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A02 is #ACD5FD. Grayscale: #313131. Windows color (decimal): -11326974 or 141907. OLE color: 141907.

HSL color Cylindrical-coordinate representation of color #532A02: hue angle of 29.63º 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 #532A02 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB83422-
CMYK00.490.980.67
HSL29.63º95.29%16.67%-
HSV(B)29.63º97.59%32.55%-
XYZ4.413.50.5-
YUV49.7101.08151.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=65.35%
G=33.07%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342200.490.980.6729.6395.2916.67
Hex532A203162431e5f11
Octal1235220611421033613721
Binary10100111010101001100011100010100001111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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