Html Css Color HEX #523243 Barossa

📋 copy color: '#523243'

red 82 ◦ green 50 ◦ blue 67

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

Shades of Barossa #523243

Tints of Barossa #523243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 41.21%
G = 25.13%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#523243 (or 0x523243) is known color: Barossa. HEX triplet: 52, 32 and 43. RGB value is (82,50,67). Sum of RGB (Red+Green+Blue) = 82+50+67=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523243 is #ADCDBC. Grayscale: #3D3D3D. Windows color (decimal): -11390397 or 4403794. OLE color: 4403794.

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

Color convert

RGB 82 50 67 -
CMYK 0 0.39 0.18 0.68
HSL 328.13º 0.24% 0.26% -
HSV(B) 328.13º 0.39% 0.32% -
XYZ 5.63 4.48 5.88 -
YUV 61.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 82 50 67 0 0.39 0.18 0.68 328.13 0.24 0.26
Hex 52 32 43 0 27 12 44 148 18 1A
Octal 122 62 103 0 47 22 104 510 30 32
Binary 1010010 110010 1000011 0 100111 10010 1000100 101001000 11000 11010

Color Harmonies of #523243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523243

Black with #523243

Text Example


Text Example

White with #523243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523243; }

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

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

background-color css

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

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

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

border-color css

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

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

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