Html Css Color HEX #957115 Golden Brown

📋 copy color: '#957115'

red 149 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #957115

Tints of Golden Brown #957115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 52.65%
G = 39.93%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957115 (or 0x957115) is known color: Golden Brown. HEX triplet: 95, 71 and 15. RGB value is (149,113,21). Sum of RGB (Red+Green+Blue) = 149+113+21=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957115 is #6A8EEA. Grayscale: #717171. Windows color (decimal): -6983403 or 1405333. OLE color: 1405333.

HSL color Cylindrical-coordinate representation of color #957115: hue angle of 43.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #957115 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 21 -
CMYK 0 0.24 0.86 0.42
HSL 43.13º 0.75% 0.33% -
HSV(B) 43.13º 0.86% 0.58% -
XYZ 18.43 18.25 3.26 -
YUV 113.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 149 113 21 0 0.24 0.86 0.42 43.13 0.75 0.33
Hex 95 71 15 0 18 56 2A 2B 4B 21
Octal 225 161 25 0 30 126 52 53 113 41
Binary 10010101 1110001 10101 0 11000 1010110 101010 101011 1001011 100001

Color Harmonies of #957115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957115

Black with #957115

Text Example


Text Example

White with #957115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957115; }

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

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

background-color css

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

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

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

border-color css

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

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

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