#522F02

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

Shades of Baker's Chocolate #522F02

Tints of Baker's Chocolate #522F02

Color information

#522F02 (or 0x522F02) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2F and 02. RGB value is (82,47,2). Sum of RGB (Red+Green+Blue) = 82+47+2=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #522F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F02 is #ADD0FD. Grayscale: #343434. Windows color (decimal): -11391230 or 143186. OLE color: 143186.

HSL color Cylindrical-coordinate representation of color #522F02: hue angle of 33.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #522F02 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB82472-
CMYK00.430.980.68
HSL33.75º95.24%16.47%-
HSV(B)33.75º97.56%32.16%-
XYZ4.513.830.56-
YUV52.3499.6149.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=62.60%
G=35.88%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8247200.430.980.6833.7595.2416.47
Hex522F202B6244225f10
Octal1225720531421044213720
Binary101001010111110010101111000101000100100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522F02; }

 p { color: rgb(82,47,2); }

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

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

 a { background-color: rgb(82,47,2); }

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

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

 span { border-color: rgb(82,47,2); }

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