Html Css Color HEX #523241 Barossa

📋 copy color: '#523241'

red 82 ◦ green 50 ◦ blue 65

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

Shades of Barossa #523241

Tints of Barossa #523241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 41.62%
G = 25.38%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523241 (or 0x523241) is known color: Barossa. HEX triplet: 52, 32 and 41. RGB value is (82,50,65). Sum of RGB (Red+Green+Blue) = 82+50+65=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #523241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523241 is #ADCDBE. Grayscale: #3D3D3D. Windows color (decimal): -11390399 or 4272722. OLE color: 4272722.

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

Color convert

RGB 82 50 65 -
CMYK 0 0.39 0.21 0.68
HSL 331.88º 0.24% 0.26% -
HSV(B) 331.88º 0.39% 0.32% -
XYZ 5.57 4.46 5.57 -
YUV 61.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 82 50 65 0 0.39 0.21 0.68 331.88 0.24 0.26
Hex 52 32 41 0 27 15 44 14C 18 1A
Octal 122 62 101 0 47 25 104 514 30 32
Binary 1010010 110010 1000001 0 100111 10101 1000100 101001100 11000 11010

Color Harmonies of #523241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523241

Black with #523241

Text Example


Text Example

White with #523241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523241; }

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

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

background-color css

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

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

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

border-color css

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

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

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