Html Css Color HEX #7F4920 Russet

📋 copy color: '#7F4920'

red 127 ◦ green 73 ◦ blue 32

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

Shades of Russet #7F4920

Tints of Russet #7F4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 54.74%
G = 31.47%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F4920 (or 0x7F4920) is known color: Russet. HEX triplet: 7F, 49 and 20. RGB value is (127,73,32). Sum of RGB (Red+Green+Blue) = 127+73+32=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4920 is #80B6DF. Grayscale: #545454. Windows color (decimal): -8435424 or 2115967. OLE color: 2115967.

HSL color Cylindrical-coordinate representation of color #7F4920: hue angle of 25.89º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F4920 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 32 -
CMYK 0 0.43 0.75 0.50
HSL 25.89º 0.6% 0.31% -
HSV(B) 25.89º 0.75% 0.5% -
XYZ 11.4 9.38 2.58 -
YUV 84.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 127 73 32 0 0.43 0.75 0.50 25.89 0.6 0.31
Hex 7F 49 20 0 2B 4B 32 1A 3C 1F
Octal 177 111 40 0 53 113 62 32 74 37
Binary 1111111 1001001 100000 0 101011 1001011 110010 11010 111100 11111

Color Harmonies of #7F4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4920

Black with #7F4920

Text Example


Text Example

White with #7F4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,32); }

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

background-color css

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

 a { background-color: rgb(127,73,32); }

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

border-color css

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

 span { border-color: rgb(127,73,32); }

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