Html Css Color HEX #523443 Barossa

📋 copy color: '#523443'

red 82 ◦ green 52 ◦ blue 67

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

Shades of Barossa #523443

Tints of Barossa #523443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 40.8%
G = 25.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#523443 (or 0x523443) is known color: Barossa. HEX triplet: 52, 34 and 43. RGB value is (82,52,67). Sum of RGB (Red+Green+Blue) = 82+52+67=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523443 is #ADCBBC. Grayscale: #3E3E3E. Windows color (decimal): -11389885 or 4404306. OLE color: 4404306.

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

Color convert

RGB 82 52 67 -
CMYK 0 0.37 0.18 0.68
HSL 330º 0.22% 0.26% -
HSV(B) 330º 0.37% 0.32% -
XYZ 5.72 4.66 5.91 -
YUV 62.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 82 52 67 0 0.37 0.18 0.68 330 0.22 0.26
Hex 52 34 43 0 25 12 44 14A 16 1A
Octal 122 64 103 0 45 22 104 512 26 32
Binary 1010010 110100 1000011 0 100101 10010 1000100 101001010 10110 11010

Color Harmonies of #523443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523443

Black with #523443

Text Example


Text Example

White with #523443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523443; }

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

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

background-color css

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

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

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

border-color css

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

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

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