Html Css Color HEX #503D38 Crater Brown

📋 copy color: '#503D38'

red 80 ◦ green 61 ◦ blue 56

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

Shades of Crater Brown #503D38

Tints of Crater Brown #503D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 40.61%
G = 30.96%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503D38 (or 0x503D38) is known color: Crater Brown. HEX triplet: 50, 3D and 38. RGB value is (80,61,56). Sum of RGB (Red+Green+Blue) = 80+61+56=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D38 is #AFC2C7. Grayscale: #424242. Windows color (decimal): -11518664 or 3685712. OLE color: 3685712.

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

Color convert

RGB 80 61 56 -
CMYK 0 0.24 0.30 0.69
HSL 12.5º 0.18% 0.27% -
HSV(B) 12.5º 0.3% 0.31% -
XYZ 5.69 5.33 4.47 -
YUV 66.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 80 61 56 0 0.24 0.30 0.69 12.5 0.18 0.27
Hex 50 3D 38 0 18 1E 45 C 12 1B
Octal 120 75 70 0 30 36 105 14 22 33
Binary 1010000 111101 111000 0 11000 11110 1000101 1100 10010 11011

Color Harmonies of #503D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D38

Black with #503D38

Text Example


Text Example

White with #503D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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