Html Css Color HEX #4C2F1E Indian Tan

📋 copy color: '#4C2F1E'

red 76 ◦ green 47 ◦ blue 30

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

Shades of Indian Tan #4C2F1E

Tints of Indian Tan #4C2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.72%

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 49.67%
G = 30.72%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C2F1E (or 0x4C2F1E) is known color: Indian Tan. HEX triplet: 4C, 2F and 1E. RGB value is (76,47,30). Sum of RGB (Red+Green+Blue) = 76+47+30=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F1E is #B3D0E1. Grayscale: #353535. Windows color (decimal): -11784418 or 1978188. OLE color: 1978188.

HSL color Cylindrical-coordinate representation of color #4C2F1E: hue angle of 22.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C2F1E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 30 -
CMYK 0 0.38 0.61 0.70
HSL 22.17º 0.43% 0.21% -
HSV(B) 22.17º 0.61% 0.3% -
XYZ 4.23 3.66 1.71 -
YUV 53.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 76 47 30 0 0.38 0.61 0.70 22.17 0.43 0.21
Hex 4C 2F 1E 0 26 3D 46 16 2B 15
Octal 114 57 36 0 46 75 106 26 53 25
Binary 1001100 101111 11110 0 100110 111101 1000110 10110 101011 10101

Color Harmonies of #4C2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F1E

Black with #4C2F1E

Text Example


Text Example

White with #4C2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,30); }

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

background-color css

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

 a { background-color: rgb(76,47,30); }

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

border-color css

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

 span { border-color: rgb(76,47,30); }

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