Html Css Color HEX #522609 Baker's Chocolate

📋 copy color: '#522609'

red 82 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #522609

Tints of Baker's Chocolate #522609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

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

R = 63.57%
G = 29.46%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#522609 (or 0x522609) is known color: Baker's Chocolate. HEX triplet: 52, 26 and 09. RGB value is (82,38,9). Sum of RGB (Red+Green+Blue) = 82+38+9=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522609 is #ADD9F6. Grayscale: #303030. Windows color (decimal): -11393527 or 599634. OLE color: 599634.

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

Color convert

RGB 82 38 9 -
CMYK 0 0.54 0.89 0.68
HSL 23.84º 0.8% 0.18% -
HSV(B) 23.84º 0.89% 0.32% -
XYZ 4.22 3.2 0.65 -
YUV 47.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 82 38 9 0 0.54 0.89 0.68 23.84 0.8 0.18
Hex 52 26 9 0 36 59 44 18 50 12
Octal 122 46 11 0 66 131 104 30 120 22
Binary 1010010 100110 1001 0 110110 1011001 1000100 11000 1010000 10010

Color Harmonies of #522609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522609

Black with #522609

Text Example


Text Example

White with #522609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522609; }

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

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

background-color css

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

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

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

border-color css

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

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

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