Html Css Color HEX #523742 Barossa

📋 copy color: '#523742'

red 82 ◦ green 55 ◦ blue 66

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

Shades of Barossa #523742

Tints of Barossa #523742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 40.39%
G = 27.09%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#523742 (or 0x523742) is known color: Barossa. HEX triplet: 52, 37 and 42. RGB value is (82,55,66). Sum of RGB (Red+Green+Blue) = 82+55+66=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523742 is #ADC8BD. Grayscale: #404040. Windows color (decimal): -11389118 or 4339538. OLE color: 4339538.

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

Color convert

RGB 82 55 66 -
CMYK 0 0.33 0.20 0.68
HSL 335.56º 0.2% 0.27% -
HSV(B) 335.56º 0.33% 0.32% -
XYZ 5.83 4.92 5.8 -
YUV 64.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 82 55 66 0 0.33 0.20 0.68 335.56 0.2 0.27
Hex 52 37 42 0 21 14 44 150 14 1B
Octal 122 67 102 0 41 24 104 520 24 33
Binary 1010010 110111 1000010 0 100001 10100 1000100 101010000 10100 11011

Color Harmonies of #523742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523742

Black with #523742

Text Example


Text Example

White with #523742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523742; }

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

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

background-color css

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

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

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

border-color css

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

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

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