Html Css Color HEX #4C280D Indian Tan

📋 copy color: '#4C280D'

red 76 ◦ green 40 ◦ blue 13

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

Shades of Indian Tan #4C280D

Tints of Indian Tan #4C280D

RGB

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

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

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

R = 58.91%
G = 31.01%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C280D (or 0x4C280D) is known color: Indian Tan. HEX triplet: 4C, 28 and 0D. RGB value is (76,40,13). Sum of RGB (Red+Green+Blue) = 76+40+13=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C280D is #B3D7F2. Grayscale: #2F2F2F. Windows color (decimal): -11786227 or 862284. OLE color: 862284.

HSL color Cylindrical-coordinate representation of color #4C280D: hue angle of 25.71º 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 #4C280D is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 13 -
CMYK 0 0.47 0.83 0.70
HSL 25.71º 0.71% 0.17% -
HSV(B) 25.71º 0.83% 0.3% -
XYZ 3.81 3.08 0.77 -
YUV 47.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 76 40 13 0 0.47 0.83 0.70 25.71 0.71 0.17
Hex 4C 28 D 0 2F 53 46 1A 47 11
Octal 114 50 15 0 57 123 106 32 107 21
Binary 1001100 101000 1101 0 101111 1010011 1000110 11010 1000111 10001

Color Harmonies of #4C280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C280D

Black with #4C280D

Text Example


Text Example

White with #4C280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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