Html Css Color HEX #773F13 Russet

📋 copy color: '#773F13'

red 119 ◦ green 63 ◦ blue 19

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

Shades of Russet #773F13

Tints of Russet #773F13

RGB

 RED value IS 119 (46.88% from 255) = 59.2%

 GREEN value IS 63 (25% from 255) = 31.34%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 59.2%
G = 31.34%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#773F13 (or 0x773F13) is known color: Russet. HEX triplet: 77, 3F and 13. RGB value is (119,63,19). Sum of RGB (Red+Green+Blue) = 119+63+19=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #773F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F13 is #88C0EC. Grayscale: #4A4A4A. Windows color (decimal): -8962285 or 1261431. OLE color: 1261431.

HSL color Cylindrical-coordinate representation of color #773F13: hue angle of 26.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #773F13 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 19 -
CMYK 0 0.47 0.84 0.53
HSL 26.4º 0.72% 0.27% -
HSV(B) 26.4º 0.84% 0.47% -
XYZ 9.5 7.52 1.57 -
YUV 74.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 119 63 19 0 0.47 0.84 0.53 26.4 0.72 0.27
Hex 77 3F 13 0 2F 54 35 1A 48 1B
Octal 167 77 23 0 57 124 65 32 110 33
Binary 1110111 111111 10011 0 101111 1010100 110101 11010 1001000 11011

Color Harmonies of #773F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F13

Black with #773F13

Text Example


Text Example

White with #773F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F13; }

 p { color: rgb(119,63,19); }

 H1.HeaderClassName
 {
   color: #773F13;
 }
 .AnyTagClassName
 {
   color: #773F13;
 }
</style>

background-color css

<style>
 a { background-color: #773F13; }

 a { background-color: rgb(119,63,19); }

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

border-color css

<style>
 span { border-color: #773F13; }

 span { border-color: rgb(119,63,19); }

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