Html Css Color HEX #917316 Golden Brown

📋 copy color: '#917316'

red 145 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #917316

Tints of Golden Brown #917316

RGB

 RED value IS 145 (57.03% from 255) = 51.42%

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 51.42%
G = 40.78%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#917316 (or 0x917316) is known color: Golden Brown. HEX triplet: 91, 73 and 16. RGB value is (145,115,22). Sum of RGB (Red+Green+Blue) = 145+115+22=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #917316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917316 is #6E8CE9. Grayscale: #717171. Windows color (decimal): -7245034 or 1471377. OLE color: 1471377.

HSL color Cylindrical-coordinate representation of color #917316: hue angle of 45.37º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917316 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 22 -
CMYK 0 0.21 0.85 0.43
HSL 45.37º 0.74% 0.33% -
HSV(B) 45.37º 0.85% 0.57% -
XYZ 17.95 18.34 3.35 -
YUV 113.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 145 115 22 0 0.21 0.85 0.43 45.37 0.74 0.33
Hex 91 73 16 0 15 55 2B 2D 4A 21
Octal 221 163 26 0 25 125 53 55 112 41
Binary 10010001 1110011 10110 0 10101 1010101 101011 101101 1001010 100001

Color Harmonies of #917316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917316

Black with #917316

Text Example


Text Example

White with #917316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917316; }

 p { color: rgb(145,115,22); }

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

background-color css

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

 a { background-color: rgb(145,115,22); }

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

border-color css

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

 span { border-color: rgb(145,115,22); }

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