Html Css Color HEX #754115 Russet

📋 copy color: '#754115'

red 117 ◦ green 65 ◦ blue 21

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

Shades of Russet #754115

Tints of Russet #754115

RGB

 RED value IS 117 (46.09% from 255) = 57.64%

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 57.64%
G = 32.02%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#754115 (or 0x754115) is known color: Russet. HEX triplet: 75, 41 and 15. RGB value is (117,65,21). Sum of RGB (Red+Green+Blue) = 117+65+21=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754115 is #8ABEEA. Grayscale: #4B4B4B. Windows color (decimal): -9092843 or 1393013. OLE color: 1393013.

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

Color convert

RGB 117 65 21 -
CMYK 0 0.44 0.82 0.54
HSL 27.5º 0.7% 0.27% -
HSV(B) 27.5º 0.82% 0.46% -
XYZ 9.36 7.62 1.69 -
YUV 75.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 117 65 21 0 0.44 0.82 0.54 27.5 0.7 0.27
Hex 75 41 15 0 2C 52 36 1C 46 1B
Octal 165 101 25 0 54 122 66 34 106 33
Binary 1110101 1000001 10101 0 101100 1010010 110110 11100 1000110 11011

Color Harmonies of #754115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754115

Black with #754115

Text Example


Text Example

White with #754115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754115; }

 p { color: rgb(117,65,21); }

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

background-color css

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

 a { background-color: rgb(117,65,21); }

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

border-color css

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

 span { border-color: rgb(117,65,21); }

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