Html Css Color HEX #7F481F Russet

📋 copy color: '#7F481F'

red 127 ◦ green 72 ◦ blue 31

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

Shades of Russet #7F481F

Tints of Russet #7F481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 55.22%
G = 31.3%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F481F (or 0x7F481F) is known color: Russet. HEX triplet: 7F, 48 and 1F. RGB value is (127,72,31). Sum of RGB (Red+Green+Blue) = 127+72+31=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F481F is #80B7E0. Grayscale: #535353. Windows color (decimal): -8435681 or 2050175. OLE color: 2050175.

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

Color convert

RGB 127 72 31 -
CMYK 0 0.43 0.76 0.50
HSL 25.63º 0.61% 0.31% -
HSV(B) 25.63º 0.76% 0.5% -
XYZ 11.32 9.25 2.48 -
YUV 83.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 127 72 31 0 0.43 0.76 0.50 25.63 0.61 0.31
Hex 7F 48 1F 0 2B 4C 32 1A 3D 1F
Octal 177 110 37 0 53 114 62 32 75 37
Binary 1111111 1001000 11111 0 101011 1001100 110010 11010 111101 11111

Color Harmonies of #7F481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F481F

Black with #7F481F

Text Example


Text Example

White with #7F481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,31); }

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

background-color css

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

 a { background-color: rgb(127,72,31); }

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

border-color css

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

 span { border-color: rgb(127,72,31); }

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