Html Css Color HEX #502612 Indian Tan

📋 copy color: '#502612'

red 80 ◦ green 38 ◦ blue 18

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

Shades of Indian Tan #502612

Tints of Indian Tan #502612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 58.82%
G = 27.94%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#502612 (or 0x502612) is known color: Indian Tan. HEX triplet: 50, 26 and 12. RGB value is (80,38,18). Sum of RGB (Red+Green+Blue) = 80+38+18=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502612 is #AFD9ED. Grayscale: #303030. Windows color (decimal): -11524590 or 1189456. OLE color: 1189456.

HSL color Cylindrical-coordinate representation of color #502612: hue angle of 19.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502612 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 18 -
CMYK 0 0.52 0.78 0.69
HSL 19.35º 0.63% 0.19% -
HSV(B) 19.35º 0.78% 0.31% -
XYZ 4.11 3.14 0.96 -
YUV 48.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 80 38 18 0 0.52 0.78 0.69 19.35 0.63 0.19
Hex 50 26 12 0 34 4E 45 13 3F 13
Octal 120 46 22 0 64 116 105 23 77 23
Binary 1010000 100110 10010 0 110100 1001110 1000101 10011 111111 10011

Color Harmonies of #502612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502612

Black with #502612

Text Example


Text Example

White with #502612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502612; }

 p { color: rgb(80,38,18); }

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

background-color css

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

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

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

border-color css

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

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

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