Html Css Color HEX #4C2910 Indian Tan

📋 copy color: '#4C2910'

red 76 ◦ green 41 ◦ blue 16

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

Shades of Indian Tan #4C2910

Tints of Indian Tan #4C2910

RGB

 RED value IS 76 (30.08% from 255) = 57.14%

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 57.14%
G = 30.83%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4C2910 (or 0x4C2910) is known color: Indian Tan. HEX triplet: 4C, 29 and 10. RGB value is (76,41,16). Sum of RGB (Red+Green+Blue) = 76+41+16=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2910 is #B3D6EF. Grayscale: #303030. Windows color (decimal): -11785968 or 1059148. OLE color: 1059148.

HSL color Cylindrical-coordinate representation of color #4C2910: hue angle of 25º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C2910 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 16 -
CMYK 0 0.46 0.79 0.70
HSL 25º 0.65% 0.18% -
HSV(B) 25º 0.79% 0.3% -
XYZ 3.87 3.16 0.9 -
YUV 48.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 76 41 16 0 0.46 0.79 0.70 25 0.65 0.18
Hex 4C 29 10 0 2E 4F 46 19 41 12
Octal 114 51 20 0 56 117 106 31 101 22
Binary 1001100 101001 10000 0 101110 1001111 1000110 11001 1000001 10010

Color Harmonies of #4C2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2910

Black with #4C2910

Text Example


Text Example

White with #4C2910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,16); }

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

background-color css

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

 a { background-color: rgb(76,41,16); }

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

border-color css

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

 span { border-color: rgb(76,41,16); }

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