Html Css Color HEX #957314 Golden Brown

📋 copy color: '#957314'

red 149 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #957314

Tints of Golden Brown #957314

RGB

 RED value IS 149 (58.59% from 255) = 52.46%

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

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

R = 52.46%
G = 40.49%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957314 (or 0x957314) is known color: Golden Brown. HEX triplet: 95, 73 and 14. RGB value is (149,115,20). Sum of RGB (Red+Green+Blue) = 149+115+20=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957314 is #6A8CEB. Grayscale: #727272. Windows color (decimal): -6982892 or 1340309. OLE color: 1340309.

HSL color Cylindrical-coordinate representation of color #957314: hue angle of 44.19º degrees, saturation: 0.76, 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 #957314 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 20 -
CMYK 0 0.23 0.87 0.42
HSL 44.19º 0.76% 0.33% -
HSV(B) 44.19º 0.87% 0.58% -
XYZ 18.65 18.7 3.29 -
YUV 114.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 149 115 20 0 0.23 0.87 0.42 44.19 0.76 0.33
Hex 95 73 14 0 17 57 2A 2C 4C 21
Octal 225 163 24 0 27 127 52 54 114 41
Binary 10010101 1110011 10100 0 10111 1010111 101010 101100 1001100 100001

Color Harmonies of #957314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957314

Black with #957314

Text Example


Text Example

White with #957314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957314; }

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

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

background-color css

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

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

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

border-color css

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

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

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