Html Css Color HEX #957313 Golden Brown

📋 copy color: '#957313'

red 149 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #957313

Tints of Golden Brown #957313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 52.65%
G = 40.64%
B = 6.71%

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

#957313 (or 0x957313) is known color: Golden Brown. HEX triplet: 95, 73 and 13. RGB value is (149,115,19). Sum of RGB (Red+Green+Blue) = 149+115+19=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957313 is #6A8CEC. Grayscale: #727272. Windows color (decimal): -6982893 or 1274773. OLE color: 1274773.

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

Color convert

RGB 149 115 19 -
CMYK 0 0.23 0.87 0.42
HSL 44.31º 0.77% 0.33% -
HSV(B) 44.31º 0.87% 0.58% -
XYZ 18.64 18.7 3.24 -
YUV 114.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 149 115 19 0 0.23 0.87 0.42 44.31 0.77 0.33
Hex 95 73 13 0 17 57 2A 2C 4D 21
Octal 225 163 23 0 27 127 52 54 115 41
Binary 10010101 1110011 10011 0 10111 1010111 101010 101100 1001101 100001

Color Harmonies of #957313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957313

Black with #957313

Text Example


Text Example

White with #957313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957313; }

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

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

background-color css

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

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

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

border-color css

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

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

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