Html Css Color HEX #503D39 Crater Brown

📋 copy color: '#503D39'

red 80 ◦ green 61 ◦ blue 57

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

Shades of Crater Brown #503D39

Tints of Crater Brown #503D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 40.4%
G = 30.81%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503D39 (or 0x503D39) is known color: Crater Brown. HEX triplet: 50, 3D and 39. RGB value is (80,61,57). Sum of RGB (Red+Green+Blue) = 80+61+57=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D39 is #AFC2C6. Grayscale: #424242. Windows color (decimal): -11518663 or 3751248. OLE color: 3751248.

HSL color Cylindrical-coordinate representation of color #503D39: hue angle of 10.43º 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 #503D39 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 57 -
CMYK 0 0.24 0.29 0.69
HSL 10.43º 0.17% 0.27% -
HSV(B) 10.43º 0.29% 0.31% -
XYZ 5.72 5.34 4.6 -
YUV 66.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 80 61 57 0 0.24 0.29 0.69 10.43 0.17 0.27
Hex 50 3D 39 0 18 1D 45 A 11 1B
Octal 120 75 71 0 30 35 105 12 21 33
Binary 1010000 111101 111001 0 11000 11101 1000101 1010 10001 11011

Color Harmonies of #503D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D39

Black with #503D39

Text Example


Text Example

White with #503D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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