Html Css Color HEX #523343 Barossa

📋 copy color: '#523343'

red 82 ◦ green 51 ◦ blue 67

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

Shades of Barossa #523343

Tints of Barossa #523343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 41%
G = 25.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#523343 (or 0x523343) is known color: Barossa. HEX triplet: 52, 33 and 43. RGB value is (82,51,67). Sum of RGB (Red+Green+Blue) = 82+51+67=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523343 is #ADCCBC. Grayscale: #3E3E3E. Windows color (decimal): -11390141 or 4404050. OLE color: 4404050.

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

Color convert

RGB 82 51 67 -
CMYK 0 0.38 0.18 0.68
HSL 329.03º 0.23% 0.26% -
HSV(B) 329.03º 0.38% 0.32% -
XYZ 5.68 4.57 5.89 -
YUV 62.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 82 51 67 0 0.38 0.18 0.68 329.03 0.23 0.26
Hex 52 33 43 0 26 12 44 149 17 1A
Octal 122 63 103 0 46 22 104 511 27 32
Binary 1010010 110011 1000011 0 100110 10010 1000100 101001001 10111 11010

Color Harmonies of #523343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523343

Black with #523343

Text Example


Text Example

White with #523343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523343; }

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

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

background-color css

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

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

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

border-color css

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

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

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