Html Css Color HEX #957310 Golden Brown

📋 copy color: '#957310'

red 149 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #957310

Tints of Golden Brown #957310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 53.21%
G = 41.07%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957310 (or 0x957310) is known color: Golden Brown. HEX triplet: 95, 73 and 10. RGB value is (149,115,16). Sum of RGB (Red+Green+Blue) = 149+115+16=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957310 is #6A8CEF. Grayscale: #727272. Windows color (decimal): -6982896 or 1078165. OLE color: 1078165.

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

Color convert

RGB 149 115 16 -
CMYK 0 0.23 0.89 0.42
HSL 44.66º 0.81% 0.32% -
HSV(B) 44.66º 0.89% 0.58% -
XYZ 18.62 18.69 3.12 -
YUV 113.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 149 115 16 0 0.23 0.89 0.42 44.66 0.81 0.32
Hex 95 73 10 0 17 59 2A 2D 51 20
Octal 225 163 20 0 27 131 52 55 121 40
Binary 10010101 1110011 10000 0 10111 1011001 101010 101101 1010001 100000

Color Harmonies of #957310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957310

Black with #957310

Text Example


Text Example

White with #957310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957310; }

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

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

background-color css

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

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

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

border-color css

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

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

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