#503D3D

Color #503D3D Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #503D3D

Tints of Crater Brown #503D3D

Color information

#503D3D (or 0x503D3D) is unknown color: approx Crater Brown. HEX triplet: 50, 3D and 3D. RGB value is (80,61,61). Sum of RGB (Red+Green+Blue) = 80+61+61=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #503D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D3D is #AFC2C2. Grayscale: #424242. Windows color (decimal): -11518659 or 4013392. OLE color: 4013392.

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

Color convert

RGB806161-
CMYK00.240.240.69
HSL13.48%27.65%-
HSV(B)23.75%31.37%-
XYZ5.825.385.15-
YUV66.68124.79137.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=39.60%
G=30.20%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80616100.240.240.69013.4827.65
Hex503D3D01818450d1c
Octal12075750303010501534
Binary10100001111011111010110001100010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #503D3D;
 }
 .AnyTagClassName
 {
   color: #503D3D;
 }
</style>
background-color css

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

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

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

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

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

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