Html Css Color HEX #522205 Baker's Chocolate

📋 copy color: '#522205'

red 82 ◦ green 34 ◦ blue 5

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

Shades of Baker's Chocolate #522205

Tints of Baker's Chocolate #522205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 67.77%
G = 28.1%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#522205 (or 0x522205) is known color: Baker's Chocolate. HEX triplet: 52, 22 and 05. RGB value is (82,34,5). Sum of RGB (Red+Green+Blue) = 82+34+5=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #522205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522205 is #ADDDFA. Grayscale: #2D2D2D. Windows color (decimal): -11394555 or 336466. OLE color: 336466.

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

Color convert

RGB 82 34 5 -
CMYK 0 0.59 0.94 0.68
HSL 22.6º 0.89% 0.17% -
HSV(B) 22.6º 0.94% 0.32% -
XYZ 4.08 2.95 0.5 -
YUV 45.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 82 34 5 0 0.59 0.94 0.68 22.6 0.89 0.17
Hex 52 22 5 0 3B 5E 44 17 59 11
Octal 122 42 5 0 73 136 104 27 131 21
Binary 1010010 100010 101 0 111011 1011110 1000100 10111 1011001 10001

Color Harmonies of #522205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522205

Black with #522205

Text Example


Text Example

White with #522205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522205; }

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

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

background-color css

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

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

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

border-color css

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

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

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