Html Css Color HEX #503C39 Crater Brown

📋 copy color: '#503C39'

red 80 ◦ green 60 ◦ blue 57

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

Shades of Crater Brown #503C39

Tints of Crater Brown #503C39

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

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

R = 40.61%
G = 30.46%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503C39 (or 0x503C39) is known color: Crater Brown. HEX triplet: 50, 3C and 39. RGB value is (80,60,57). Sum of RGB (Red+Green+Blue) = 80+60+57=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C39 is #AFC3C6. Grayscale: #414141. Windows color (decimal): -11518919 or 3750992. OLE color: 3750992.

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

Color convert

RGB 80 60 57 -
CMYK 0 0.25 0.29 0.69
HSL 7.83º 0.17% 0.27% -
HSV(B) 7.83º 0.29% 0.31% -
XYZ 5.66 5.23 4.58 -
YUV 65.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 80 60 57 0 0.25 0.29 0.69 7.83 0.17 0.27
Hex 50 3C 39 0 19 1D 45 8 11 1B
Octal 120 74 71 0 31 35 105 10 21 33
Binary 1010000 111100 111001 0 11001 11101 1000101 1000 10001 11011

Color Harmonies of #503C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C39

Black with #503C39

Text Example


Text Example

White with #503C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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