Html Css Color HEX #7F3915 Russet

📋 copy color: '#7F3915'

red 127 ◦ green 57 ◦ blue 21

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

Shades of Russet #7F3915

Tints of Russet #7F3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 61.95%
G = 27.8%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F3915 (or 0x7F3915) is known color: Russet. HEX triplet: 7F, 39 and 15. RGB value is (127,57,21). Sum of RGB (Red+Green+Blue) = 127+57+21=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3915 is #80C6EA. Grayscale: #4A4A4A. Windows color (decimal): -8439531 or 1390975. OLE color: 1390975.

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

Color convert

RGB 127 57 21 -
CMYK 0 0.55 0.83 0.50
HSL 20.38º 0.72% 0.29% -
HSV(B) 20.38º 0.83% 0.5% -
XYZ 10.35 7.49 1.61 -
YUV 73.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 127 57 21 0 0.55 0.83 0.50 20.38 0.72 0.29
Hex 7F 39 15 0 37 53 32 14 48 1D
Octal 177 71 25 0 67 123 62 24 110 35
Binary 1111111 111001 10101 0 110111 1010011 110010 10100 1001000 11101

Color Harmonies of #7F3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3915

Black with #7F3915

Text Example


Text Example

White with #7F3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,21); }

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

background-color css

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

 a { background-color: rgb(127,57,21); }

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

border-color css

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

 span { border-color: rgb(127,57,21); }

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