Html Css Color HEX #4C270E Indian Tan

📋 copy color: '#4C270E'

red 76 ◦ green 39 ◦ blue 14

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

Shades of Indian Tan #4C270E

Tints of Indian Tan #4C270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

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

R = 58.91%
G = 30.23%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C270E (or 0x4C270E) is known color: Indian Tan. HEX triplet: 4C, 27 and 0E. RGB value is (76,39,14). Sum of RGB (Red+Green+Blue) = 76+39+14=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C270E is #B3D8F1. Grayscale: #2F2F2F. Windows color (decimal): -11786482 or 927564. OLE color: 927564.

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

Color convert

RGB 76 39 14 -
CMYK 0 0.49 0.82 0.70
HSL 24.19º 0.69% 0.18% -
HSV(B) 24.19º 0.82% 0.3% -
XYZ 3.79 3.02 0.8 -
YUV 47.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 76 39 14 0 0.49 0.82 0.70 24.19 0.69 0.18
Hex 4C 27 E 0 31 52 46 18 45 12
Octal 114 47 16 0 61 122 106 30 105 22
Binary 1001100 100111 1110 0 110001 1010010 1000110 11000 1000101 10010

Color Harmonies of #4C270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C270E

Black with #4C270E

Text Example


Text Example

White with #4C270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,14); }

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

background-color css

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

 a { background-color: rgb(76,39,14); }

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

border-color css

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

 span { border-color: rgb(76,39,14); }

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