Html Css Color HEX #522309 Baker's Chocolate

📋 copy color: '#522309'

red 82 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #522309

Tints of Baker's Chocolate #522309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 65.08%
G = 27.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#522309 (or 0x522309) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 09. RGB value is (82,35,9). Sum of RGB (Red+Green+Blue) = 82+35+9=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #522309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522309 is #ADDCF6. Grayscale: #2E2E2E. Windows color (decimal): -11394295 or 598866. OLE color: 598866.

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

Color convert

RGB 82 35 9 -
CMYK 0 0.57 0.89 0.68
HSL 21.37º 0.8% 0.18% -
HSV(B) 21.37º 0.89% 0.32% -
XYZ 4.13 3.02 0.62 -
YUV 46.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 82 35 9 0 0.57 0.89 0.68 21.37 0.8 0.18
Hex 52 23 9 0 39 59 44 15 50 12
Octal 122 43 11 0 71 131 104 25 120 22
Binary 1010010 100011 1001 0 111001 1011001 1000100 10101 1010000 10010

Color Harmonies of #522309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522309

Black with #522309

Text Example


Text Example

White with #522309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522309; }

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

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

background-color css

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

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

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

border-color css

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

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

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