Html Css Color HEX #523543 Barossa

📋 copy color: '#523543'

red 82 ◦ green 53 ◦ blue 67

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

Shades of Barossa #523543

Tints of Barossa #523543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 40.59%
G = 26.24%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#523543 (or 0x523543) is known color: Barossa. HEX triplet: 52, 35 and 43. RGB value is (82,53,67). Sum of RGB (Red+Green+Blue) = 82+53+67=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523543 is #ADCABC. Grayscale: #3F3F3F. Windows color (decimal): -11389629 or 4404562. OLE color: 4404562.

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

Color convert

RGB 82 53 67 -
CMYK 0 0.35 0.18 0.68
HSL 331.03º 0.21% 0.26% -
HSV(B) 331.03º 0.35% 0.32% -
XYZ 5.77 4.75 5.92 -
YUV 63.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 82 53 67 0 0.35 0.18 0.68 331.03 0.21 0.26
Hex 52 35 43 0 23 12 44 14B 15 1A
Octal 122 65 103 0 43 22 104 513 25 32
Binary 1010010 110101 1000011 0 100011 10010 1000100 101001011 10101 11010

Color Harmonies of #523543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523543

Black with #523543

Text Example


Text Example

White with #523543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523543; }

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

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

background-color css

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

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

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

border-color css

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

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

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