Html Css Color HEX #522200 Baker's Chocolate

📋 copy color: '#522200'

red 82 ◦ green 34 ◦ blue 0

#522200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #522200

Tints of Baker's Chocolate #522200

RGB

 RED value IS 82 (32.42% from 255) = 70.69%

 GREEN value IS 34 (13.67% from 255) = 29.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.69%
G = 29.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522200 (or 0x522200) is known color: Baker's Chocolate. HEX triplet: 52, 22 and 00. RGB value is (82,34,0). Sum of RGB (Red+Green+Blue) = 82+34+0=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #522200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522200 is #ADDDFF. Grayscale: #2C2C2C. Windows color (decimal): -11394560 or 8786. OLE color: 8786.

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

Color convert

RGB 82 34 0 -
CMYK 0 0.59 1 0.68
HSL 24.88º 1% 0.16% -
HSV(B) 24.88º 1% 0.32% -
XYZ 4.05 2.94 0.35 -
YUV 44.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 82 34 0 0 0.59 1 0.68 24.88 1 0.16
Hex 52 22 0 0 3B 64 44 19 64 10
Octal 122 42 0 0 73 144 104 31 144 20
Binary 1010010 100010 0 0 111011 1100100 1000100 11001 1100100 10000

Color Harmonies of #522200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522200

Black with #522200

Text Example


Text Example

White with #522200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522200; }

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

 H1.HeaderClassName
 {
   color: #522200;
 }
 .AnyTagClassName
 {
   color: #522200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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