Html Css Color HEX #754216 Russet

📋 copy color: '#754216'

red 117 ◦ green 66 ◦ blue 22

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

Shades of Russet #754216

Tints of Russet #754216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 57.07%
G = 32.2%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754216 (or 0x754216) is known color: Russet. HEX triplet: 75, 42 and 16. RGB value is (117,66,22). Sum of RGB (Red+Green+Blue) = 117+66+22=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754216 is #8ABDE9. Grayscale: #4C4C4C. Windows color (decimal): -9092586 or 1458805. OLE color: 1458805.

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

Color convert

RGB 117 66 22 -
CMYK 0 0.44 0.81 0.54
HSL 27.79º 0.68% 0.27% -
HSV(B) 27.79º 0.81% 0.46% -
XYZ 9.43 7.74 1.76 -
YUV 76.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 117 66 22 0 0.44 0.81 0.54 27.79 0.68 0.27
Hex 75 42 16 0 2C 51 36 1C 44 1B
Octal 165 102 26 0 54 121 66 34 104 33
Binary 1110101 1000010 10110 0 101100 1010001 110110 11100 1000100 11011

Color Harmonies of #754216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754216

Black with #754216

Text Example


Text Example

White with #754216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754216; }

 p { color: rgb(117,66,22); }

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

background-color css

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

 a { background-color: rgb(117,66,22); }

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

border-color css

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

 span { border-color: rgb(117,66,22); }

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