Html Css Color HEX #523444 Barossa

📋 copy color: '#523444'

red 82 ◦ green 52 ◦ blue 68

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

Shades of Barossa #523444

Tints of Barossa #523444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.66%

R = 40.59%
G = 25.74%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523444 (or 0x523444) is known color: Barossa. HEX triplet: 52, 34 and 44. RGB value is (82,52,68). Sum of RGB (Red+Green+Blue) = 82+52+68=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523444 is #ADCBBB. Grayscale: #3E3E3E. Windows color (decimal): -11389884 or 4469842. OLE color: 4469842.

HSL color Cylindrical-coordinate representation of color #523444: hue angle of 328º 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 #523444 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 68 -
CMYK 0 0.37 0.17 0.68
HSL 328º 0.22% 0.26% -
HSV(B) 328º 0.37% 0.32% -
XYZ 5.75 4.67 6.07 -
YUV 62.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 82 52 68 0 0.37 0.17 0.68 328 0.22 0.26
Hex 52 34 44 0 25 11 44 148 16 1A
Octal 122 64 104 0 45 21 104 510 26 32
Binary 1010010 110100 1000100 0 100101 10001 1000100 101001000 10110 11010

Color Harmonies of #523444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523444

Black with #523444

Text Example


Text Example

White with #523444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523444; }

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

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

background-color css

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

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

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

border-color css

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

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

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