#532B02

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

Shades of Baker's Chocolate #532B02

Tints of Baker's Chocolate #532B02

Color information

#532B02 (or 0x532B02) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2B and 02. RGB value is (83,43,2). Sum of RGB (Red+Green+Blue) = 83+43+2=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B02 is #ACD4FD. Grayscale: #323232. Windows color (decimal): -11326718 or 142163. OLE color: 142163.

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

Color convert

RGB83432-
CMYK00.480.980.67
HSL30.37º95.29%16.67%-
HSV(B)30.37º97.59%32.55%-
XYZ4.443.570.51-
YUV50.29100.75151.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=64.84%
G=33.59%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343200.480.980.6730.3795.2916.67
Hex532B203062431e5f11
Octal1235320601421033613721
Binary10100111010111001100001100010100001111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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