Html Css Color HEX #957110 Golden Brown

📋 copy color: '#957110'

red 149 ◦ green 113 ◦ blue 16

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

Shades of Golden Brown #957110

Tints of Golden Brown #957110

RGB

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

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

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

R = 53.6%
G = 40.65%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957110 (or 0x957110) is known color: Golden Brown. HEX triplet: 95, 71 and 10. RGB value is (149,113,16). Sum of RGB (Red+Green+Blue) = 149+113+16=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #957110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957110 is #6A8EEF. Grayscale: #717171. Windows color (decimal): -6983408 or 1077653. OLE color: 1077653.

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

Color convert

RGB 149 113 16 -
CMYK 0 0.24 0.89 0.42
HSL 43.76º 0.81% 0.32% -
HSV(B) 43.76º 0.89% 0.58% -
XYZ 18.39 18.24 3.04 -
YUV 112.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 149 113 16 0 0.24 0.89 0.42 43.76 0.81 0.32
Hex 95 71 10 0 18 59 2A 2C 51 20
Octal 225 161 20 0 30 131 52 54 121 40
Binary 10010101 1110001 10000 0 11000 1011001 101010 101100 1010001 100000

Color Harmonies of #957110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957110

Black with #957110

Text Example


Text Example

White with #957110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957110; }

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

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

background-color css

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

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

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

border-color css

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

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

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