Html Css Color HEX #957316 Golden Brown

📋 copy color: '#957316'

red 149 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #957316

Tints of Golden Brown #957316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 52.1%
G = 40.21%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957316 (or 0x957316) is known color: Golden Brown. HEX triplet: 95, 73 and 16. RGB value is (149,115,22). Sum of RGB (Red+Green+Blue) = 149+115+22=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957316 is #6A8CE9. Grayscale: #727272. Windows color (decimal): -6982890 or 1471381. OLE color: 1471381.

HSL color Cylindrical-coordinate representation of color #957316: hue angle of 43.94º degrees, saturation: 0.74, 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 #957316 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 22 -
CMYK 0 0.23 0.85 0.42
HSL 43.94º 0.74% 0.34% -
HSV(B) 43.94º 0.85% 0.58% -
XYZ 18.67 18.71 3.39 -
YUV 114.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 149 115 22 0 0.23 0.85 0.42 43.94 0.74 0.34
Hex 95 73 16 0 17 55 2A 2C 4A 22
Octal 225 163 26 0 27 125 52 54 112 42
Binary 10010101 1110011 10110 0 10111 1010101 101010 101100 1001010 100010

Color Harmonies of #957316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957316

Black with #957316

Text Example


Text Example

White with #957316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957316; }

 p { color: rgb(149,115,22); }

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

background-color css

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

 a { background-color: rgb(149,115,22); }

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

border-color css

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

 span { border-color: rgb(149,115,22); }

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