#4B240A

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

Shades of Indian Tan #4B240A

Tints of Indian Tan #4B240A

Color information

#4B240A (or 0x4B240A) is unknown color: approx Indian Tan. HEX triplet: 4B, 24 and 0A. RGB value is (75,36,10). Sum of RGB (Red+Green+Blue) = 75+36+10=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B240A is #B4DBF5. Grayscale: #2C2C2C. Windows color (decimal): -11852790 or 664651. OLE color: 664651.

HSL color Cylindrical-coordinate representation of color #4B240A: hue angle of 24º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B240A is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB753610-
CMYK00.520.870.71
HSL24º76.47%16.67%-
HSV(B)24º86.67%29.41%-
XYZ3.592.780.63-
YUV44.7108.42149.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=61.98%
G=29.75%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75361000.520.870.712476.4716.67
Hex4B24A0345747184c11
Octal11344120641271073011421
Binary1001011100100101001101001010111100011111000100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,10); }

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

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

 a { background-color: rgb(75,36,10); }

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

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

 span { border-color: rgb(75,36,10); }

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