Html Css Color HEX #957113 Golden Brown

📋 copy color: '#957113'

red 149 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #957113

Tints of Golden Brown #957113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 53.02%
G = 40.21%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957113 (or 0x957113) is known color: Golden Brown. HEX triplet: 95, 71 and 13. RGB value is (149,113,19). Sum of RGB (Red+Green+Blue) = 149+113+19=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957113 is #6A8EEC. Grayscale: #717171. Windows color (decimal): -6983405 or 1274261. OLE color: 1274261.

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

Color convert

RGB 149 113 19 -
CMYK 0 0.24 0.87 0.42
HSL 43.38º 0.77% 0.33% -
HSV(B) 43.38º 0.87% 0.58% -
XYZ 18.42 18.25 3.17 -
YUV 113.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 149 113 19 0 0.24 0.87 0.42 43.38 0.77 0.33
Hex 95 71 13 0 18 57 2A 2B 4D 21
Octal 225 161 23 0 30 127 52 53 115 41
Binary 10010101 1110001 10011 0 11000 1010111 101010 101011 1001101 100001

Color Harmonies of #957113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957113

Black with #957113

Text Example


Text Example

White with #957113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957113; }

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

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

background-color css

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

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

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

border-color css

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

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

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