Html Css Color HEX #4C240D Indian Tan

📋 copy color: '#4C240D'

red 76 ◦ green 36 ◦ blue 13

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

Shades of Indian Tan #4C240D

Tints of Indian Tan #4C240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 60.8%
G = 28.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C240D (or 0x4C240D) is known color: Indian Tan. HEX triplet: 4C, 24 and 0D. RGB value is (76,36,13). Sum of RGB (Red+Green+Blue) = 76+36+13=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C240D is #B3DBF2. Grayscale: #2D2D2D. Windows color (decimal): -11787251 or 861260. OLE color: 861260.

HSL color Cylindrical-coordinate representation of color #4C240D: hue angle of 21.9º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C240D is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 36 13 -
CMYK 0 0.53 0.83 0.70
HSL 21.9º 0.71% 0.17% -
HSV(B) 21.9º 0.83% 0.3% -
XYZ 3.68 2.83 0.73 -
YUV 45.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 76 36 13 0 0.53 0.83 0.70 21.9 0.71 0.17
Hex 4C 24 D 0 35 53 46 16 47 11
Octal 114 44 15 0 65 123 106 26 107 21
Binary 1001100 100100 1101 0 110101 1010011 1000110 10110 1000111 10001

Color Harmonies of #4C240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C240D

Black with #4C240D

Text Example


Text Example

White with #4C240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,13); }

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

background-color css

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

 a { background-color: rgb(76,36,13); }

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

border-color css

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

 span { border-color: rgb(76,36,13); }

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