Html Css Color HEX #523445 Barossa

📋 copy color: '#523445'

red 82 ◦ green 52 ◦ blue 69

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

Shades of Barossa #523445

Tints of Barossa #523445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 40.39%
G = 25.62%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#523445 (or 0x523445) is known color: Barossa. HEX triplet: 52, 34 and 45. RGB value is (82,52,69). Sum of RGB (Red+Green+Blue) = 82+52+69=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523445 is #ADCBBA. Grayscale: #3E3E3E. Windows color (decimal): -11389883 or 4535378. OLE color: 4535378.

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

Color convert

RGB 82 52 69 -
CMYK 0 0.37 0.16 0.68
HSL 326º 0.22% 0.26% -
HSV(B) 326º 0.37% 0.32% -
XYZ 5.78 4.68 6.23 -
YUV 62.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 82 52 69 0 0.37 0.16 0.68 326 0.22 0.26
Hex 52 34 45 0 25 10 44 146 16 1A
Octal 122 64 105 0 45 20 104 506 26 32
Binary 1010010 110100 1000101 0 100101 10000 1000100 101000110 10110 11010

Color Harmonies of #523445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523445

Black with #523445

Text Example


Text Example

White with #523445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523445; }

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

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

background-color css

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

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

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

border-color css

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

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

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