Html Css Color HEX #522A0D Baker's Chocolate

📋 copy color: '#522A0D'

red 82 ◦ green 42 ◦ blue 13

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

Shades of Baker's Chocolate #522A0D

Tints of Baker's Chocolate #522A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 59.85%
G = 30.66%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#522A0D (or 0x522A0D) is known color: Baker's Chocolate. HEX triplet: 52, 2A and 0D. RGB value is (82,42,13). Sum of RGB (Red+Green+Blue) = 82+42+13=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #522A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A0D is #ADD5F2. Grayscale: #323232. Windows color (decimal): -11392499 or 862802. OLE color: 862802.

HSL color Cylindrical-coordinate representation of color #522A0D: hue angle of 25.22º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #522A0D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 42 13 -
CMYK 0 0.49 0.84 0.68
HSL 25.22º 0.73% 0.19% -
HSV(B) 25.22º 0.84% 0.32% -
XYZ 4.38 3.48 0.82 -
YUV 50.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 82 42 13 0 0.49 0.84 0.68 25.22 0.73 0.19
Hex 52 2A D 0 31 54 44 19 49 13
Octal 122 52 15 0 61 124 104 31 111 23
Binary 1010010 101010 1101 0 110001 1010100 1000100 11001 1001001 10011

Color Harmonies of #522A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A0D

Black with #522A0D

Text Example


Text Example

White with #522A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A0D; }

 p { color: rgb(82,42,13); }

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

background-color css

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

 a { background-color: rgb(82,42,13); }

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

border-color css

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

 span { border-color: rgb(82,42,13); }

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