Html Css Color HEX #937313 Golden Brown

📋 copy color: '#937313'

red 147 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #937313

Tints of Golden Brown #937313

RGB

 RED value IS 147 (57.81% from 255) = 52.31%

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

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

R = 52.31%
G = 40.93%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#937313 (or 0x937313) is known color: Golden Brown. HEX triplet: 93, 73 and 13. RGB value is (147,115,19). Sum of RGB (Red+Green+Blue) = 147+115+19=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #937313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937313 is #6C8CEC. Grayscale: #727272. Windows color (decimal): -7113965 or 1274771. OLE color: 1274771.

HSL color Cylindrical-coordinate representation of color #937313: hue angle of 45º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #937313 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 19 -
CMYK 0 0.22 0.87 0.42
HSL 45º 0.77% 0.33% -
HSV(B) 45º 0.87% 0.58% -
XYZ 18.28 18.51 3.23 -
YUV 113.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 147 115 19 0 0.22 0.87 0.42 45 0.77 0.33
Hex 93 73 13 0 16 57 2A 2D 4D 21
Octal 223 163 23 0 26 127 52 55 115 41
Binary 10010011 1110011 10011 0 10110 1010111 101010 101101 1001101 100001

Color Harmonies of #937313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937313

Black with #937313

Text Example


Text Example

White with #937313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937313; }

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

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

background-color css

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

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

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

border-color css

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

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

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