Html Css Color HEX #957012 Golden Brown

📋 copy color: '#957012'

red 149 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #957012

Tints of Golden Brown #957012

RGB

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

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

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

R = 53.41%
G = 40.14%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#957012 (or 0x957012) is known color: Golden Brown. HEX triplet: 95, 70 and 12. RGB value is (149,112,18). Sum of RGB (Red+Green+Blue) = 149+112+18=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #957012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957012 is #6A8FED. Grayscale: #707070. Windows color (decimal): -6983662 or 1208469. OLE color: 1208469.

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

Color convert

RGB 149 112 18 -
CMYK 0 0.25 0.88 0.42
HSL 43.05º 0.78% 0.33% -
HSV(B) 43.05º 0.88% 0.58% -
XYZ 18.3 18.02 3.09 -
YUV 112.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 149 112 18 0 0.25 0.88 0.42 43.05 0.78 0.33
Hex 95 70 12 0 19 58 2A 2B 4E 21
Octal 225 160 22 0 31 130 52 53 116 41
Binary 10010101 1110000 10010 0 11001 1011000 101010 101011 1001110 100001

Color Harmonies of #957012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957012

Black with #957012

Text Example


Text Example

White with #957012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957012; }

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

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

background-color css

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

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

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

border-color css

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

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

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