#4D250C

Color #4D250C Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #4D250C

Tints of Indian Tan #4D250C

Color information

#4D250C (or 0x4D250C) is unknown color: approx Indian Tan. HEX triplet: 4D, 25 and 0C. RGB value is (77,37,12). Sum of RGB (Red+Green+Blue) = 77+37+12=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D250C is #B2DAF3. Grayscale: #2E2E2E. Windows color (decimal): -11721460 or 795981. OLE color: 795981.

HSL color Cylindrical-coordinate representation of color #4D250C: hue angle of 23.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D250C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB773712-
CMYK00.520.840.70
HSL23.08º73.03%17.45%-
HSV(B)23.08º84.42%30.2%-
XYZ3.792.930.71-
YUV46.11108.75150.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=61.11%
G=29.37%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77371200.520.840.7023.0873.0317.45
Hex4D25C0345446174911
Octal11545140641241062711121
Binary1001101100101110001101001010100100011010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,12); }

 H1.HeaderClassName
 {
   color: #4D250C;
 }
 .AnyTagClassName
 {
   color: #4D250C;
 }
</style>
background-color css

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

 a { background-color: rgb(77,37,12); }

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

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

 span { border-color: rgb(77,37,12); }

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