Html Css Color HEX #523041 Barossa

📋 copy color: '#523041'

red 82 ◦ green 48 ◦ blue 65

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

Shades of Barossa #523041

Tints of Barossa #523041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 42.05%
G = 24.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523041 (or 0x523041) is known color: Barossa. HEX triplet: 52, 30 and 41. RGB value is (82,48,65). Sum of RGB (Red+Green+Blue) = 82+48+65=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523041 is #ADCFBE. Grayscale: #3C3C3C. Windows color (decimal): -11390911 or 4272210. OLE color: 4272210.

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

Color convert

RGB 82 48 65 -
CMYK 0 0.41 0.21 0.68
HSL 330º 0.26% 0.25% -
HSV(B) 330º 0.41% 0.32% -
XYZ 5.49 4.29 5.54 -
YUV 60.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 82 48 65 0 0.41 0.21 0.68 330 0.26 0.25
Hex 52 30 41 0 29 15 44 14A 1A 19
Octal 122 60 101 0 51 25 104 512 32 31
Binary 1010010 110000 1000001 0 101001 10101 1000100 101001010 11010 11001

Color Harmonies of #523041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523041

Black with #523041

Text Example


Text Example

White with #523041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523041; }

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

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

background-color css

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

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

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

border-color css

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

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

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