Html Css Color HEX #773D0F Russet

📋 copy color: '#773D0F'

red 119 ◦ green 61 ◦ blue 15

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

Shades of Russet #773D0F

Tints of Russet #773D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.28%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 61.03%
G = 31.28%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773D0F (or 0x773D0F) is known color: Russet. HEX triplet: 77, 3D and 0F. RGB value is (119,61,15). Sum of RGB (Red+Green+Blue) = 119+61+15=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #773D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D0F is #88C2F0. Grayscale: #494949. Windows color (decimal): -8962801 or 998775. OLE color: 998775.

HSL color Cylindrical-coordinate representation of color #773D0F: hue angle of 26.54º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773D0F is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 15 -
CMYK 0 0.49 0.87 0.53
HSL 26.54º 0.78% 0.26% -
HSV(B) 26.54º 0.87% 0.47% -
XYZ 9.36 7.29 1.37 -
YUV 73.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 119 61 15 0 0.49 0.87 0.53 26.54 0.78 0.26
Hex 77 3D F 0 31 57 35 1B 4E 1A
Octal 167 75 17 0 61 127 65 33 116 32
Binary 1110111 111101 1111 0 110001 1010111 110101 11011 1001110 11010

Color Harmonies of #773D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D0F

Black with #773D0F

Text Example


Text Example

White with #773D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,15); }

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

background-color css

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

 a { background-color: rgb(119,61,15); }

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

border-color css

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

 span { border-color: rgb(119,61,15); }

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