Html Css Color HEX #7F4018 Russet

📋 copy color: '#7F4018'

red 127 ◦ green 64 ◦ blue 24

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

Shades of Russet #7F4018

Tints of Russet #7F4018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 59.07%
G = 29.77%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F4018 (or 0x7F4018) is known color: Russet. HEX triplet: 7F, 40 and 18. RGB value is (127,64,24). Sum of RGB (Red+Green+Blue) = 127+64+24=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4018 is #80BFE7. Grayscale: #4E4E4E. Windows color (decimal): -8437736 or 1589375. OLE color: 1589375.

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

Color convert

RGB 127 64 24 -
CMYK 0 0.50 0.81 0.50
HSL 23.3º 0.68% 0.3% -
HSV(B) 23.3º 0.81% 0.5% -
XYZ 10.75 8.24 1.89 -
YUV 78.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 127 64 24 0 0.50 0.81 0.50 23.3 0.68 0.3
Hex 7F 40 18 0 32 51 32 17 44 1E
Octal 177 100 30 0 62 121 62 27 104 36
Binary 1111111 1000000 11000 0 110010 1010001 110010 10111 1000100 11110

Color Harmonies of #7F4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4018

Black with #7F4018

Text Example


Text Example

White with #7F4018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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