Html Css Color HEX #523944 Barossa

📋 copy color: '#523944'

red 82 ◦ green 57 ◦ blue 68

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

Shades of Barossa #523944

Tints of Barossa #523944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 39.61%
G = 27.54%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523944 (or 0x523944) is known color: Barossa. HEX triplet: 52, 39 and 44. RGB value is (82,57,68). Sum of RGB (Red+Green+Blue) = 82+57+68=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523944 is #ADC6BB. Grayscale: #414141. Windows color (decimal): -11388604 or 4471122. OLE color: 4471122.

HSL color Cylindrical-coordinate representation of color #523944: hue angle of 333.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523944 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 68 -
CMYK 0 0.30 0.17 0.68
HSL 333.6º 0.18% 0.27% -
HSV(B) 333.6º 0.3% 0.32% -
XYZ 5.99 5.14 6.14 -
YUV 65.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 82 57 68 0 0.30 0.17 0.68 333.6 0.18 0.27
Hex 52 39 44 0 1E 11 44 14E 12 1B
Octal 122 71 104 0 36 21 104 516 22 33
Binary 1010010 111001 1000100 0 11110 10001 1000100 101001110 10010 11011

Color Harmonies of #523944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523944

Black with #523944

Text Example


Text Example

White with #523944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523944; }

 p { color: rgb(82,57,68); }

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

background-color css

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

 a { background-color: rgb(82,57,68); }

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

border-color css

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

 span { border-color: rgb(82,57,68); }

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