Html Css Color HEX #957017 Golden Brown

📋 copy color: '#957017'

red 149 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #957017

Tints of Golden Brown #957017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 52.46%
G = 39.44%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957017 (or 0x957017) is known color: Golden Brown. HEX triplet: 95, 70 and 17. RGB value is (149,112,23). Sum of RGB (Red+Green+Blue) = 149+112+23=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957017 is #6A8FE8. Grayscale: #717171. Windows color (decimal): -6983657 or 1536149. OLE color: 1536149.

HSL color Cylindrical-coordinate representation of color #957017: hue angle of 42.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957017 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 23 -
CMYK 0 0.25 0.85 0.42
HSL 42.38º 0.73% 0.34% -
HSV(B) 42.38º 0.85% 0.58% -
XYZ 18.34 18.04 3.33 -
YUV 112.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 149 112 23 0 0.25 0.85 0.42 42.38 0.73 0.34
Hex 95 70 17 0 19 55 2A 2A 49 22
Octal 225 160 27 0 31 125 52 52 111 42
Binary 10010101 1110000 10111 0 11001 1010101 101010 101010 1001001 100010

Color Harmonies of #957017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957017

Black with #957017

Text Example


Text Example

White with #957017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957017; }

 p { color: rgb(149,112,23); }

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

background-color css

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

 a { background-color: rgb(149,112,23); }

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

border-color css

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

 span { border-color: rgb(149,112,23); }

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