#532202

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

Shades of Baker's Chocolate #532202

Tints of Baker's Chocolate #532202

Color information

#532202 (or 0x532202) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 22 and 02. RGB value is (83,34,2). Sum of RGB (Red+Green+Blue) = 83+34+2=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #532202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532202 is #ACDDFD. Grayscale: #2D2D2D. Windows color (decimal): -11329022 or 139859. OLE color: 139859.

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

Color convert

RGB83342-
CMYK00.590.980.67
HSL23.7º95.29%16.67%-
HSV(B)23.7º97.59%32.55%-
XYZ4.152.990.42-
YUV45103.73155.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=69.75%
G=28.57%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334200.590.980.6723.795.2916.67
Hex5322203B6243185f11
Octal1234220731421033013721
Binary10100111000101001110111100010100001111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532202; }

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

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

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

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

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

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

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

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