Html Css Color HEX #522A04 Baker's Chocolate

📋 copy color: '#522A04'

red 82 ◦ green 42 ◦ blue 4

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

Shades of Baker's Chocolate #522A04

Tints of Baker's Chocolate #522A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 64.06%
G = 32.81%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#522A04 (or 0x522A04) is known color: Baker's Chocolate. HEX triplet: 52, 2A and 04. RGB value is (82,42,4). Sum of RGB (Red+Green+Blue) = 82+42+4=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #522A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A04 is #ADD5FB. Grayscale: #313131. Windows color (decimal): -11392508 or 272978. OLE color: 272978.

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

Color convert

RGB 82 42 4 -
CMYK 0 0.49 0.95 0.68
HSL 29.23º 0.91% 0.17% -
HSV(B) 29.23º 0.95% 0.32% -
XYZ 4.33 3.46 0.55 -
YUV 49.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 82 42 4 0 0.49 0.95 0.68 29.23 0.91 0.17
Hex 52 2A 4 0 31 5F 44 1D 5B 11
Octal 122 52 4 0 61 137 104 35 133 21
Binary 1010010 101010 100 0 110001 1011111 1000100 11101 1011011 10001

Color Harmonies of #522A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A04

Black with #522A04

Text Example


Text Example

White with #522A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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