Html Css Color HEX #522009 Baker's Chocolate

📋 copy color: '#522009'

red 82 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #522009

Tints of Baker's Chocolate #522009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 66.67%
G = 26.02%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#522009 (or 0x522009) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 09. RGB value is (82,32,9). Sum of RGB (Red+Green+Blue) = 82+32+9=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522009 is #ADDFF6. Grayscale: #2C2C2C. Windows color (decimal): -11395063 or 598098. OLE color: 598098.

HSL color Cylindrical-coordinate representation of color #522009: hue angle of 18.9º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #522009 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 9 -
CMYK 0 0.61 0.89 0.68
HSL 18.9º 0.8% 0.18% -
HSV(B) 18.9º 0.89% 0.32% -
XYZ 4.05 2.85 0.59 -
YUV 44.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 82 32 9 0 0.61 0.89 0.68 18.9 0.8 0.18
Hex 52 20 9 0 3D 59 44 13 50 12
Octal 122 40 11 0 75 131 104 23 120 22
Binary 1010010 100000 1001 0 111101 1011001 1000100 10011 1010000 10010

Color Harmonies of #522009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522009

Black with #522009

Text Example


Text Example

White with #522009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522009; }

 p { color: rgb(82,32,9); }

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

background-color css

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

 a { background-color: rgb(82,32,9); }

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

border-color css

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

 span { border-color: rgb(82,32,9); }

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