Html Css Color HEX #937412 Golden Brown

📋 copy color: '#937412'

red 147 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #937412

Tints of Golden Brown #937412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 52.31%
G = 41.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#937412 (or 0x937412) is known color: Golden Brown. HEX triplet: 93, 74 and 12. RGB value is (147,116,18). Sum of RGB (Red+Green+Blue) = 147+116+18=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #937412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937412 is #6C8BED. Grayscale: #727272. Windows color (decimal): -7113710 or 1209491. OLE color: 1209491.

HSL color Cylindrical-coordinate representation of color #937412: hue angle of 45.58º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #937412 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 116 18 -
CMYK 0 0.21 0.88 0.42
HSL 45.58º 0.78% 0.32% -
HSV(B) 45.58º 0.88% 0.58% -
XYZ 18.39 18.74 3.22 -
YUV 114.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 147 116 18 0 0.21 0.88 0.42 45.58 0.78 0.32
Hex 93 74 12 0 15 58 2A 2E 4E 20
Octal 223 164 22 0 25 130 52 56 116 40
Binary 10010011 1110100 10010 0 10101 1011000 101010 101110 1001110 100000

Color Harmonies of #937412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937412

Black with #937412

Text Example


Text Example

White with #937412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937412; }

 p { color: rgb(147,116,18); }

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

background-color css

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

 a { background-color: rgb(147,116,18); }

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

border-color css

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

 span { border-color: rgb(147,116,18); }

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