Html Css Color HEX #503942 Barossa

📋 copy color: '#503942'

red 80 ◦ green 57 ◦ blue 66

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

Shades of Barossa #503942

Tints of Barossa #503942

RGB

 RED value IS 80 (31.64% from 255) = 39.41%

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

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

R = 39.41%
G = 28.08%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#503942 (or 0x503942) is known color: Barossa. HEX triplet: 50, 39 and 42. RGB value is (80,57,66). Sum of RGB (Red+Green+Blue) = 80+57+66=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503942 is #AFC6BD. Grayscale: #404040. Windows color (decimal): -11519678 or 4340048. OLE color: 4340048.

HSL color Cylindrical-coordinate representation of color #503942: hue angle of 336.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503942 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 66 -
CMYK 0 0.29 0.17 0.69
HSL 336.52º 0.17% 0.27% -
HSV(B) 336.52º 0.29% 0.31% -
XYZ 5.75 5.03 5.82 -
YUV 64.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 80 57 66 0 0.29 0.17 0.69 336.52 0.17 0.27
Hex 50 39 42 0 1D 11 45 151 11 1B
Octal 120 71 102 0 35 21 105 521 21 33
Binary 1010000 111001 1000010 0 11101 10001 1000101 101010001 10001 11011

Color Harmonies of #503942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503942

Black with #503942

Text Example


Text Example

White with #503942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503942; }

 p { color: rgb(80,57,66); }

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

background-color css

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

 a { background-color: rgb(80,57,66); }

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

border-color css

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

 span { border-color: rgb(80,57,66); }

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