Html Css Color HEX #917310 Golden Brown

📋 copy color: '#917310'

red 145 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #917310

Tints of Golden Brown #917310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 52.54%
G = 41.67%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#917310 (or 0x917310) is known color: Golden Brown. HEX triplet: 91, 73 and 10. RGB value is (145,115,16). Sum of RGB (Red+Green+Blue) = 145+115+16=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #917310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917310 is #6E8CEF. Grayscale: #717171. Windows color (decimal): -7245040 or 1078161. OLE color: 1078161.

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

Color convert

RGB 145 115 16 -
CMYK 0 0.21 0.89 0.43
HSL 46.05º 0.8% 0.32% -
HSV(B) 46.05º 0.89% 0.57% -
XYZ 17.9 18.32 3.08 -
YUV 112.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 145 115 16 0 0.21 0.89 0.43 46.05 0.8 0.32
Hex 91 73 10 0 15 59 2B 2E 50 20
Octal 221 163 20 0 25 131 53 56 120 40
Binary 10010001 1110011 10000 0 10101 1011001 101011 101110 1010000 100000

Color Harmonies of #917310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917310

Black with #917310

Text Example


Text Example

White with #917310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917310; }

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

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

background-color css

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

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

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

border-color css

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

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

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