Html Css Color HEX #937314 Golden Brown

📋 copy color: '#937314'

red 147 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #937314

Tints of Golden Brown #937314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 52.13%
G = 40.78%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#937314 (or 0x937314) is known color: Golden Brown. HEX triplet: 93, 73 and 14. RGB value is (147,115,20). Sum of RGB (Red+Green+Blue) = 147+115+20=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #937314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937314 is #6C8CEB. Grayscale: #727272. Windows color (decimal): -7113964 or 1340307. OLE color: 1340307.

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

Color convert

RGB 147 115 20 -
CMYK 0 0.22 0.86 0.42
HSL 44.88º 0.76% 0.33% -
HSV(B) 44.88º 0.86% 0.58% -
XYZ 18.29 18.52 3.27 -
YUV 113.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 147 115 20 0 0.22 0.86 0.42 44.88 0.76 0.33
Hex 93 73 14 0 16 56 2A 2D 4C 21
Octal 223 163 24 0 26 126 52 55 114 41
Binary 10010011 1110011 10100 0 10110 1010110 101010 101101 1001100 100001

Color Harmonies of #937314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937314

Black with #937314

Text Example


Text Example

White with #937314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937314; }

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

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

background-color css

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

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

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

border-color css

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

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

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