Html Css Color HEX #7F4A17 Russet

📋 copy color: '#7F4A17'

red 127 ◦ green 74 ◦ blue 23

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

Shades of Russet #7F4A17

Tints of Russet #7F4A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 56.7%
G = 33.04%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#7F4A17 (or 0x7F4A17) is known color: Russet. HEX triplet: 7F, 4A and 17. RGB value is (127,74,23). Sum of RGB (Red+Green+Blue) = 127+74+23=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4A17 is #80B5E8. Grayscale: #545454. Windows color (decimal): -8435177 or 1526399. OLE color: 1526399.

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

Color convert

RGB 127 74 23 -
CMYK 0 0.42 0.82 0.50
HSL 29.42º 0.69% 0.29% -
HSV(B) 29.42º 0.82% 0.5% -
XYZ 11.36 9.47 2.04 -
YUV 84.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 127 74 23 0 0.42 0.82 0.50 29.42 0.69 0.29
Hex 7F 4A 17 0 2A 52 32 1D 45 1D
Octal 177 112 27 0 52 122 62 35 105 35
Binary 1111111 1001010 10111 0 101010 1010010 110010 11101 1000101 11101

Color Harmonies of #7F4A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4A17

Black with #7F4A17

Text Example


Text Example

White with #7F4A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,74,23); }

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

background-color css

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

 a { background-color: rgb(127,74,23); }

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

border-color css

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

 span { border-color: rgb(127,74,23); }

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