Html Css Color HEX #957112 Golden Brown

📋 copy color: '#957112'

red 149 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #957112

Tints of Golden Brown #957112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 53.21%
G = 40.36%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#957112 (or 0x957112) is known color: Golden Brown. HEX triplet: 95, 71 and 12. RGB value is (149,113,18). Sum of RGB (Red+Green+Blue) = 149+113+18=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957112 is #6A8EED. Grayscale: #717171. Windows color (decimal): -6983406 or 1208725. OLE color: 1208725.

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

Color convert

RGB 149 113 18 -
CMYK 0 0.24 0.88 0.42
HSL 43.51º 0.78% 0.33% -
HSV(B) 43.51º 0.88% 0.58% -
XYZ 18.41 18.24 3.12 -
YUV 112.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 149 113 18 0 0.24 0.88 0.42 43.51 0.78 0.33
Hex 95 71 12 0 18 58 2A 2C 4E 21
Octal 225 161 22 0 30 130 52 54 116 41
Binary 10010101 1110001 10010 0 11000 1011000 101010 101100 1001110 100001

Color Harmonies of #957112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957112

Black with #957112

Text Example


Text Example

White with #957112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957112; }

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

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

background-color css

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

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

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

border-color css

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

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

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