Html Css Color HEX #957510 Golden Brown

📋 copy color: '#957510'

red 149 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #957510

Tints of Golden Brown #957510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 52.84%
G = 41.49%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957510 (or 0x957510) is known color: Golden Brown. HEX triplet: 95, 75 and 10. RGB value is (149,117,16). Sum of RGB (Red+Green+Blue) = 149+117+16=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957510 is #6A8AEF. Grayscale: #737373. Windows color (decimal): -6982384 or 1078677. OLE color: 1078677.

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

Color convert

RGB 149 117 16 -
CMYK 0 0.21 0.89 0.42
HSL 45.56º 0.81% 0.32% -
HSV(B) 45.56º 0.89% 0.58% -
XYZ 18.85 19.15 3.19 -
YUV 115.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 149 117 16 0 0.21 0.89 0.42 45.56 0.81 0.32
Hex 95 75 10 0 15 59 2A 2E 51 20
Octal 225 165 20 0 25 131 52 56 121 40
Binary 10010101 1110101 10000 0 10101 1011001 101010 101110 1010001 100000

Color Harmonies of #957510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957510

Black with #957510

Text Example


Text Example

White with #957510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957510; }

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

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

background-color css

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

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

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

border-color css

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

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

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