Html Css Color HEX #937014 Golden Brown

📋 copy color: '#937014'

red 147 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #937014

Tints of Golden Brown #937014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 52.69%
G = 40.14%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#937014 (or 0x937014) is known color: Golden Brown. HEX triplet: 93, 70 and 14. RGB value is (147,112,20). Sum of RGB (Red+Green+Blue) = 147+112+20=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #937014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937014 is #6C8FEB. Grayscale: #707070. Windows color (decimal): -7114732 or 1339539. OLE color: 1339539.

HSL color Cylindrical-coordinate representation of color #937014: hue angle of 43.46º 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 #937014 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 112 20 -
CMYK 0 0.24 0.86 0.42
HSL 43.46º 0.76% 0.33% -
HSV(B) 43.46º 0.86% 0.58% -
XYZ 17.95 17.84 3.16 -
YUV 111.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 147 112 20 0 0.24 0.86 0.42 43.46 0.76 0.33
Hex 93 70 14 0 18 56 2A 2B 4C 21
Octal 223 160 24 0 30 126 52 53 114 41
Binary 10010011 1110000 10100 0 11000 1010110 101010 101011 1001100 100001

Color Harmonies of #937014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937014

Black with #937014

Text Example


Text Example

White with #937014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937014; }

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

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

background-color css

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

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

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

border-color css

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

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

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