Html Css Color HEX #523440 Barossa

📋 copy color: '#523440'

red 82 ◦ green 52 ◦ blue 64

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

Shades of Barossa #523440

Tints of Barossa #523440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 41.41%
G = 26.26%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#523440 (or 0x523440) is known color: Barossa. HEX triplet: 52, 34 and 40. RGB value is (82,52,64). Sum of RGB (Red+Green+Blue) = 82+52+64=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523440 is #ADCBBF. Grayscale: #3E3E3E. Windows color (decimal): -11389888 or 4207698. OLE color: 4207698.

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

Color convert

RGB 82 52 64 -
CMYK 0 0.37 0.22 0.68
HSL 336º 0.22% 0.26% -
HSV(B) 336º 0.37% 0.32% -
XYZ 5.63 4.62 5.45 -
YUV 62.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 82 52 64 0 0.37 0.22 0.68 336 0.22 0.26
Hex 52 34 40 0 25 16 44 150 16 1A
Octal 122 64 100 0 45 26 104 520 26 32
Binary 1010010 110100 1000000 0 100101 10110 1000100 101010000 10110 11010

Color Harmonies of #523440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523440

Black with #523440

Text Example


Text Example

White with #523440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523440; }

 p { color: rgb(82,52,64); }

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

background-color css

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

 a { background-color: rgb(82,52,64); }

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

border-color css

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

 span { border-color: rgb(82,52,64); }

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