Html Css Color HEX #523744 Barossa

📋 copy color: '#523744'

red 82 ◦ green 55 ◦ blue 68

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

Shades of Barossa #523744

Tints of Barossa #523744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 40%
G = 26.83%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523744 (or 0x523744) is known color: Barossa. HEX triplet: 52, 37 and 44. RGB value is (82,55,68). Sum of RGB (Red+Green+Blue) = 82+55+68=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523744 is #ADC8BB. Grayscale: #404040. Windows color (decimal): -11389116 or 4470610. OLE color: 4470610.

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

Color convert

RGB 82 55 68 -
CMYK 0 0.33 0.17 0.68
HSL 331.11º 0.2% 0.27% -
HSV(B) 331.11º 0.33% 0.32% -
XYZ 5.89 4.94 6.11 -
YUV 64.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 82 55 68 0 0.33 0.17 0.68 331.11 0.2 0.27
Hex 52 37 44 0 21 11 44 14B 14 1B
Octal 122 67 104 0 41 21 104 513 24 33
Binary 1010010 110111 1000100 0 100001 10001 1000100 101001011 10100 11011

Color Harmonies of #523744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523744

Black with #523744

Text Example


Text Example

White with #523744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523744; }

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

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

background-color css

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

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

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

border-color css

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

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

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