Html Css Color HEX #4C2813 Indian Tan

📋 copy color: '#4C2813'

red 76 ◦ green 40 ◦ blue 19

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

Shades of Indian Tan #4C2813

Tints of Indian Tan #4C2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 56.3%
G = 29.63%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C2813 (or 0x4C2813) is known color: Indian Tan. HEX triplet: 4C, 28 and 13. RGB value is (76,40,19). Sum of RGB (Red+Green+Blue) = 76+40+19=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2813 is #B3D7EC. Grayscale: #303030. Windows color (decimal): -11786221 or 1255500. OLE color: 1255500.

HSL color Cylindrical-coordinate representation of color #4C2813: hue angle of 22.11º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2813 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 19 -
CMYK 0 0.47 0.75 0.70
HSL 22.11º 0.6% 0.19% -
HSV(B) 22.11º 0.75% 0.3% -
XYZ 3.86 3.1 1.01 -
YUV 48.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 76 40 19 0 0.47 0.75 0.70 22.11 0.6 0.19
Hex 4C 28 13 0 2F 4B 46 16 3C 13
Octal 114 50 23 0 57 113 106 26 74 23
Binary 1001100 101000 10011 0 101111 1001011 1000110 10110 111100 10011

Color Harmonies of #4C2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2813

Black with #4C2813

Text Example


Text Example

White with #4C2813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,19); }

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

background-color css

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

 a { background-color: rgb(76,40,19); }

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

border-color css

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

 span { border-color: rgb(76,40,19); }

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