Html Css Color HEX #522E40 Barossa

📋 copy color: '#522E40'

red 82 ◦ green 46 ◦ blue 64

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

Shades of Barossa #522E40

Tints of Barossa #522E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.33%

R = 42.71%
G = 23.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#522E40 (or 0x522E40) is known color: Barossa. HEX triplet: 52, 2E and 40. RGB value is (82,46,64). Sum of RGB (Red+Green+Blue) = 82+46+64=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E40 is #ADD1BF. Grayscale: #3A3A3A. Windows color (decimal): -11391424 or 4206162. OLE color: 4206162.

HSL color Cylindrical-coordinate representation of color #522E40: hue angle of 330º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #522E40 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 46 64 -
CMYK 0 0.44 0.22 0.68
HSL 330º 0.28% 0.25% -
HSV(B) 330º 0.44% 0.32% -
XYZ 5.38 4.12 5.36 -
YUV 58.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 82 46 64 0 0.44 0.22 0.68 330 0.28 0.25
Hex 52 2E 40 0 2C 16 44 14A 1C 19
Octal 122 56 100 0 54 26 104 512 34 31
Binary 1010010 101110 1000000 0 101100 10110 1000100 101001010 11100 11001

Color Harmonies of #522E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E40

Black with #522E40

Text Example


Text Example

White with #522E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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