#522300

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

Shades of Baker's Chocolate #522300

Tints of Baker's Chocolate #522300

Color information

#522300 (or 0x522300) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 23 and 00. RGB value is (82,35,0). Sum of RGB (Red+Green+Blue) = 82+35+0=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #522300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522300 is #ADDCFF. Grayscale: #2D2D2D. Windows color (decimal): -11394304 or 9042. OLE color: 9042.

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

Color convert

RGB82350-
CMYK00.5710.68
HSL25.61º100%16.08%-
HSV(B)25.61º100%32.16%-
XYZ4.0830.36-
YUV45.06102.57154.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.09%
G=29.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235000.5710.6825.6110016.08
Hex5223003964441a6410
Octal1224300711441043214420
Binary1010010100011001110011100100100010011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522300; }

 p { color: rgb(82,35,0); }

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

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

 a { background-color: rgb(82,35,0); }

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

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

 span { border-color: rgb(82,35,0); }

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