Html Css Color HEX #4E250E Indian Tan

📋 copy color: '#4E250E'

red 78 ◦ green 37 ◦ blue 14

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

Shades of Indian Tan #4E250E

Tints of Indian Tan #4E250E

RGB

 RED value IS 78 (30.86% from 255) = 60.47%

 GREEN value IS 37 (14.84% from 255) = 28.68%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 60.47%
G = 28.68%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E250E (or 0x4E250E) is known color: Indian Tan. HEX triplet: 4E, 25 and 0E. RGB value is (78,37,14). Sum of RGB (Red+Green+Blue) = 78+37+14=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E250E is #B1DAF1. Grayscale: #2E2E2E. Windows color (decimal): -11655922 or 927054. OLE color: 927054.

HSL color Cylindrical-coordinate representation of color #4E250E: hue angle of 21.56º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E250E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 37 14 -
CMYK 0 0.53 0.82 0.69
HSL 21.56º 0.7% 0.18% -
HSV(B) 21.56º 0.82% 0.31% -
XYZ 3.88 2.97 0.78 -
YUV 46.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 78 37 14 0 0.53 0.82 0.69 21.56 0.7 0.18
Hex 4E 25 E 0 35 52 45 16 46 12
Octal 116 45 16 0 65 122 105 26 106 22
Binary 1001110 100101 1110 0 110101 1010010 1000101 10110 1000110 10010

Color Harmonies of #4E250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E250E

Black with #4E250E

Text Example


Text Example

White with #4E250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E250E; }

 p { color: rgb(78,37,14); }

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

background-color css

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

 a { background-color: rgb(78,37,14); }

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

border-color css

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

 span { border-color: rgb(78,37,14); }

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