Html Css Color HEX #503628 Indian Tan

📋 copy color: '#503628'

red 80 ◦ green 54 ◦ blue 40

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

Shades of Indian Tan #503628

Tints of Indian Tan #503628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 45.98%
G = 31.03%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#503628 (or 0x503628) is known color: Indian Tan. HEX triplet: 50, 36 and 28. RGB value is (80,54,40). Sum of RGB (Red+Green+Blue) = 80+54+40=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #503628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503628 is #AFC9D7. Grayscale: #3C3C3C. Windows color (decimal): -11520472 or 2635344. OLE color: 2635344.

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

Color convert

RGB 80 54 40 -
CMYK 0 0.33 0.5 0.69
HSL 21º 0.33% 0.24% -
HSV(B) 21º 0.5% 0.31% -
XYZ 5.01 4.5 2.61 -
YUV 60.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 80 54 40 0 0.33 0.5 0.69 21 0.33 0.24
Hex 50 36 28 0 21 32 45 15 21 18
Octal 120 66 50 0 41 62 105 25 41 30
Binary 1010000 110110 101000 0 100001 110010 1000101 10101 100001 11000

Color Harmonies of #503628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503628

Black with #503628

Text Example


Text Example

White with #503628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503628; }

 p { color: rgb(80,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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