Html Css Color HEX #523341 Barossa

📋 copy color: '#523341'

red 82 ◦ green 51 ◦ blue 65

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

Shades of Barossa #523341

Tints of Barossa #523341

RGB

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

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

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

R = 41.41%
G = 25.76%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523341 (or 0x523341) is known color: Barossa. HEX triplet: 52, 33 and 41. RGB value is (82,51,65). Sum of RGB (Red+Green+Blue) = 82+51+65=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523341 is #ADCCBE. Grayscale: #3D3D3D. Windows color (decimal): -11390143 or 4272978. OLE color: 4272978.

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

Color convert

RGB 82 51 65 -
CMYK 0 0.38 0.21 0.68
HSL 332.9º 0.23% 0.26% -
HSV(B) 332.9º 0.38% 0.32% -
XYZ 5.62 4.54 5.58 -
YUV 61.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 82 51 65 0 0.38 0.21 0.68 332.9 0.23 0.26
Hex 52 33 41 0 26 15 44 14D 17 1A
Octal 122 63 101 0 46 25 104 515 27 32
Binary 1010010 110011 1000001 0 100110 10101 1000100 101001101 10111 11010

Color Harmonies of #523341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523341

Black with #523341

Text Example


Text Example

White with #523341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523341; }

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

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

background-color css

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

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

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

border-color css

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

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

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