Html Css Color HEX #957410 Golden Brown

📋 copy color: '#957410'

red 149 ◦ green 116 ◦ blue 16

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

Shades of Golden Brown #957410

Tints of Golden Brown #957410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 53.02%
G = 41.28%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957410 (or 0x957410) is known color: Golden Brown. HEX triplet: 95, 74 and 10. RGB value is (149,116,16). Sum of RGB (Red+Green+Blue) = 149+116+16=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957410 is #6A8BEF. Grayscale: #727272. Windows color (decimal): -6982640 or 1078421. OLE color: 1078421.

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

Color convert

RGB 149 116 16 -
CMYK 0 0.22 0.89 0.42
HSL 45.11º 0.81% 0.32% -
HSV(B) 45.11º 0.89% 0.58% -
XYZ 18.73 18.92 3.15 -
YUV 114.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 149 116 16 0 0.22 0.89 0.42 45.11 0.81 0.32
Hex 95 74 10 0 16 59 2A 2D 51 20
Octal 225 164 20 0 26 131 52 55 121 40
Binary 10010101 1110100 10000 0 10110 1011001 101010 101101 1010001 100000

Color Harmonies of #957410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957410

Black with #957410

Text Example


Text Example

White with #957410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957410; }

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

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

background-color css

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

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

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

border-color css

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

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

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