Html Css Color HEX #947314 Golden Brown

📋 copy color: '#947314'

red 148 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #947314

Tints of Golden Brown #947314

RGB

 RED value IS 148 (58.2% from 255) = 52.3%

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

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

R = 52.3%
G = 40.64%
B = 7.07%

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

#947314 (or 0x947314) is known color: Golden Brown. HEX triplet: 94, 73 and 14. RGB value is (148,115,20). Sum of RGB (Red+Green+Blue) = 148+115+20=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947314 is #6B8CEB. Grayscale: #727272. Windows color (decimal): -7048428 or 1340308. OLE color: 1340308.

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

Color convert

RGB 148 115 20 -
CMYK 0 0.22 0.86 0.42
HSL 44.53º 0.76% 0.33% -
HSV(B) 44.53º 0.86% 0.58% -
XYZ 18.47 18.61 3.28 -
YUV 114.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 148 115 20 0 0.22 0.86 0.42 44.53 0.76 0.33
Hex 94 73 14 0 16 56 2A 2D 4C 21
Octal 224 163 24 0 26 126 52 55 114 41
Binary 10010100 1110011 10100 0 10110 1010110 101010 101101 1001100 100001

Color Harmonies of #947314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947314

Black with #947314

Text Example


Text Example

White with #947314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947314; }

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

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

background-color css

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

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

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

border-color css

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

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

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