Html Css Color HEX #522E04 Baker's Chocolate

📋 copy color: '#522E04'

red 82 ◦ green 46 ◦ blue 4

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

Shades of Baker's Chocolate #522E04

Tints of Baker's Chocolate #522E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.85%

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

R = 62.12%
G = 34.85%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#522E04 (or 0x522E04) is known color: Baker's Chocolate. HEX triplet: 52, 2E and 04. RGB value is (82,46,4). Sum of RGB (Red+Green+Blue) = 82+46+4=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #522E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522E04 is #ADD1FB. Grayscale: #343434. Windows color (decimal): -11391484 or 274002. OLE color: 274002.

HSL color Cylindrical-coordinate representation of color #522E04: hue angle of 32.31º 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 #522E04 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 46 4 -
CMYK 0 0.44 0.95 0.68
HSL 32.31º 0.91% 0.17% -
HSV(B) 32.31º 0.95% 0.32% -
XYZ 4.48 3.76 0.6 -
YUV 51.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 82 46 4 0 0.44 0.95 0.68 32.31 0.91 0.17
Hex 52 2E 4 0 2C 5F 44 20 5B 11
Octal 122 56 4 0 54 137 104 40 133 21
Binary 1010010 101110 100 0 101100 1011111 1000100 100000 1011011 10001

Color Harmonies of #522E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E04

Black with #522E04

Text Example


Text Example

White with #522E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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