Html Css Color HEX #4F260D Indian Tan

📋 copy color: '#4F260D'

red 79 ◦ green 38 ◦ blue 13

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

Shades of Indian Tan #4F260D

Tints of Indian Tan #4F260D

RGB

 RED value IS 79 (31.25% from 255) = 60.77%

 GREEN value IS 38 (15.23% from 255) = 29.23%

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

R = 60.77%
G = 29.23%
B = 10%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F260D (or 0x4F260D) is known color: Indian Tan. HEX triplet: 4F, 26 and 0D. RGB value is (79,38,13). Sum of RGB (Red+Green+Blue) = 79+38+13=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F260D is #B0D9F2. Grayscale: #2F2F2F. Windows color (decimal): -11590131 or 861775. OLE color: 861775.

HSL color Cylindrical-coordinate representation of color #4F260D: hue angle of 22.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F260D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 38 13 -
CMYK 0 0.52 0.84 0.69
HSL 22.73º 0.72% 0.18% -
HSV(B) 22.73º 0.84% 0.31% -
XYZ 3.99 3.08 0.76 -
YUV 47.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 79 38 13 0 0.52 0.84 0.69 22.73 0.72 0.18
Hex 4F 26 D 0 34 54 45 17 48 12
Octal 117 46 15 0 64 124 105 27 110 22
Binary 1001111 100110 1101 0 110100 1010100 1000101 10111 1001000 10010

Color Harmonies of #4F260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F260D

Black with #4F260D

Text Example


Text Example

White with #4F260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,38,13); }

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

background-color css

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

 a { background-color: rgb(79,38,13); }

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

border-color css

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

 span { border-color: rgb(79,38,13); }

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