Html Css Color HEX #7F4013 Russet

📋 copy color: '#7F4013'

red 127 ◦ green 64 ◦ blue 19

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

Shades of Russet #7F4013

Tints of Russet #7F4013

RGB

 RED value IS 127 (50% from 255) = 60.48%

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 60.48%
G = 30.48%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F4013 (or 0x7F4013) is known color: Russet. HEX triplet: 7F, 40 and 13. RGB value is (127,64,19). Sum of RGB (Red+Green+Blue) = 127+64+19=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4013 is #80BFEC. Grayscale: #4D4D4D. Windows color (decimal): -8437741 or 1261695. OLE color: 1261695.

HSL color Cylindrical-coordinate representation of color #7F4013: hue angle of 25º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F4013 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 19 -
CMYK 0 0.50 0.85 0.50
HSL 25º 0.74% 0.29% -
HSV(B) 25º 0.85% 0.5% -
XYZ 10.7 8.23 1.64 -
YUV 77.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 127 64 19 0 0.50 0.85 0.50 25 0.74 0.29
Hex 7F 40 13 0 32 55 32 19 4A 1D
Octal 177 100 23 0 62 125 62 31 112 35
Binary 1111111 1000000 10011 0 110010 1010101 110010 11001 1001010 11101

Color Harmonies of #7F4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4013

Black with #7F4013

Text Example


Text Example

White with #7F4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4013; }

 p { color: rgb(127,64,19); }

 H1.HeaderClassName
 {
   color: #7F4013;
 }
 .AnyTagClassName
 {
   color: #7F4013;
 }
</style>

background-color css

<style>
 a { background-color: #7F4013; }

 a { background-color: rgb(127,64,19); }

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

border-color css

<style>
 span { border-color: #7F4013; }

 span { border-color: rgb(127,64,19); }

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