Html Css Color HEX #4C2B1F Indian Tan

📋 copy color: '#4C2B1F'

red 76 ◦ green 43 ◦ blue 31

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

Shades of Indian Tan #4C2B1F

Tints of Indian Tan #4C2B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.67%

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 50.67%
G = 28.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C2B1F (or 0x4C2B1F) is known color: Indian Tan. HEX triplet: 4C, 2B and 1F. RGB value is (76,43,31). Sum of RGB (Red+Green+Blue) = 76+43+31=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B1F is #B3D4E0. Grayscale: #333333. Windows color (decimal): -11785441 or 2042700. OLE color: 2042700.

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

Color convert

RGB 76 43 31 -
CMYK 0 0.43 0.59 0.70
HSL 16º 0.42% 0.21% -
HSV(B) 16º 0.59% 0.3% -
XYZ 4.09 3.36 1.73 -
YUV 51.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 76 43 31 0 0.43 0.59 0.70 16 0.42 0.21
Hex 4C 2B 1F 0 2B 3B 46 10 2A 15
Octal 114 53 37 0 53 73 106 20 52 25
Binary 1001100 101011 11111 0 101011 111011 1000110 10000 101010 10101

Color Harmonies of #4C2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B1F

Black with #4C2B1F

Text Example


Text Example

White with #4C2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,31); }

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

background-color css

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

 a { background-color: rgb(76,43,31); }

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

border-color css

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

 span { border-color: rgb(76,43,31); }

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