Html Css Color HEX #917313 Golden Brown

📋 copy color: '#917313'

red 145 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #917313

Tints of Golden Brown #917313

RGB

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

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

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

R = 51.97%
G = 41.22%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#917313 (or 0x917313) is known color: Golden Brown. HEX triplet: 91, 73 and 13. RGB value is (145,115,19). Sum of RGB (Red+Green+Blue) = 145+115+19=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917313 is #6E8CEC. Grayscale: #717171. Windows color (decimal): -7245037 or 1274769. OLE color: 1274769.

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

Color convert

RGB 145 115 19 -
CMYK 0 0.21 0.87 0.43
HSL 45.71º 0.77% 0.32% -
HSV(B) 45.71º 0.87% 0.57% -
XYZ 17.93 18.33 3.21 -
YUV 113.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 145 115 19 0 0.21 0.87 0.43 45.71 0.77 0.32
Hex 91 73 13 0 15 57 2B 2E 4D 20
Octal 221 163 23 0 25 127 53 56 115 40
Binary 10010001 1110011 10011 0 10101 1010111 101011 101110 1001101 100000

Color Harmonies of #917313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917313

Black with #917313

Text Example


Text Example

White with #917313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917313; }

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

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

background-color css

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

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

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

border-color css

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

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

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