Html Css Color HEX #523442 Barossa

📋 copy color: '#523442'

red 82 ◦ green 52 ◦ blue 66

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

Shades of Barossa #523442

Tints of Barossa #523442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 41%
G = 26%
B = 33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#523442 (or 0x523442) is known color: Barossa. HEX triplet: 52, 34 and 42. RGB value is (82,52,66). Sum of RGB (Red+Green+Blue) = 82+52+66=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523442 is #ADCBBD. Grayscale: #3E3E3E. Windows color (decimal): -11389886 or 4338770. OLE color: 4338770.

HSL color Cylindrical-coordinate representation of color #523442: hue angle of 332º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523442 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 66 -
CMYK 0 0.37 0.20 0.68
HSL 332º 0.22% 0.26% -
HSV(B) 332º 0.37% 0.32% -
XYZ 5.69 4.64 5.75 -
YUV 62.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 82 52 66 0 0.37 0.20 0.68 332 0.22 0.26
Hex 52 34 42 0 25 14 44 14C 16 1A
Octal 122 64 102 0 45 24 104 514 26 32
Binary 1010010 110100 1000010 0 100101 10100 1000100 101001100 10110 11010

Color Harmonies of #523442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523442

Black with #523442

Text Example


Text Example

White with #523442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523442; }

 p { color: rgb(82,52,66); }

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

background-color css

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

 a { background-color: rgb(82,52,66); }

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

border-color css

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

 span { border-color: rgb(82,52,66); }

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