Html Css Color HEX #764013 Russet

📋 copy color: '#764013'

red 118 ◦ green 64 ◦ blue 19

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

Shades of Russet #764013

Tints of Russet #764013

RGB

 RED value IS 118 (46.48% from 255) = 58.71%

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 58.71%
G = 31.84%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#764013 (or 0x764013) is known color: Russet. HEX triplet: 76, 40 and 13. RGB value is (118,64,19). Sum of RGB (Red+Green+Blue) = 118+64+19=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764013 is #89BFEC. Grayscale: #4B4B4B. Windows color (decimal): -9027565 or 1261686. OLE color: 1261686.

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

Color convert

RGB 118 64 19 -
CMYK 0 0.46 0.84 0.54
HSL 27.27º 0.72% 0.27% -
HSV(B) 27.27º 0.84% 0.46% -
XYZ 9.42 7.57 1.58 -
YUV 75.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 118 64 19 0 0.46 0.84 0.54 27.27 0.72 0.27
Hex 76 40 13 0 2E 54 36 1B 48 1B
Octal 166 100 23 0 56 124 66 33 110 33
Binary 1110110 1000000 10011 0 101110 1010100 110110 11011 1001000 11011

Color Harmonies of #764013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764013

Black with #764013

Text Example


Text Example

White with #764013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764013; }

 p { color: rgb(118,64,19); }

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

background-color css

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

 a { background-color: rgb(118,64,19); }

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

border-color css

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

 span { border-color: rgb(118,64,19); }

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