Html Css Color HEX #503325 Indian Tan

📋 copy color: '#503325'

red 80 ◦ green 51 ◦ blue 37

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

Shades of Indian Tan #503325

Tints of Indian Tan #503325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 47.62%
G = 30.36%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503325 (or 0x503325) is known color: Indian Tan. HEX triplet: 50, 33 and 25. RGB value is (80,51,37). Sum of RGB (Red+Green+Blue) = 80+51+37=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503325 is #AFCCDA. Grayscale: #3A3A3A. Windows color (decimal): -11521243 or 2437968. OLE color: 2437968.

HSL color Cylindrical-coordinate representation of color #503325: hue angle of 19.53º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503325 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 37 -
CMYK 0 0.36 0.54 0.69
HSL 19.53º 0.37% 0.23% -
HSV(B) 19.53º 0.54% 0.31% -
XYZ 4.83 4.21 2.31 -
YUV 58.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 80 51 37 0 0.36 0.54 0.69 19.53 0.37 0.23
Hex 50 33 25 0 24 36 45 14 25 17
Octal 120 63 45 0 44 66 105 24 45 27
Binary 1010000 110011 100101 0 100100 110110 1000101 10100 100101 10111

Color Harmonies of #503325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503325

Black with #503325

Text Example


Text Example

White with #503325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503325; }

 p { color: rgb(80,51,37); }

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

background-color css

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

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

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

border-color css

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

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

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