Html Css Color HEX #522941 Barossa

📋 copy color: '#522941'

red 82 ◦ green 41 ◦ blue 65

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

Shades of Barossa #522941

Tints of Barossa #522941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 43.62%
G = 21.81%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522941 (or 0x522941) is known color: Barossa. HEX triplet: 52, 29 and 41. RGB value is (82,41,65). Sum of RGB (Red+Green+Blue) = 82+41+65=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #522941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522941 is #ADD6BE. Grayscale: #373737. Windows color (decimal): -11392703 or 4270418. OLE color: 4270418.

HSL color Cylindrical-coordinate representation of color #522941: hue angle of 324.88º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522941 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 65 -
CMYK 0 0.50 0.21 0.68
HSL 324.88º 0.33% 0.24% -
HSV(B) 324.88º 0.5% 0.32% -
XYZ 5.23 3.76 5.45 -
YUV 56 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 82 41 65 0 0.50 0.21 0.68 324.88 0.33 0.24
Hex 52 29 41 0 32 15 44 145 21 18
Octal 122 51 101 0 62 25 104 505 41 30
Binary 1010010 101001 1000001 0 110010 10101 1000100 101000101 100001 11000

Color Harmonies of #522941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522941

Black with #522941

Text Example


Text Example

White with #522941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522941; }

 p { color: rgb(82,41,65); }

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

background-color css

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

 a { background-color: rgb(82,41,65); }

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

border-color css

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

 span { border-color: rgb(82,41,65); }

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