Html Css Color HEX #957412 Golden Brown

📋 copy color: '#957412'

red 149 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #957412

Tints of Golden Brown #957412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 52.65%
G = 40.99%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#957412 (or 0x957412) is known color: Golden Brown. HEX triplet: 95, 74 and 12. RGB value is (149,116,18). Sum of RGB (Red+Green+Blue) = 149+116+18=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957412 is #6A8BED. Grayscale: #737373. Windows color (decimal): -6982638 or 1209493. OLE color: 1209493.

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

Color convert

RGB 149 116 18 -
CMYK 0 0.22 0.88 0.42
HSL 44.89º 0.78% 0.33% -
HSV(B) 44.89º 0.88% 0.58% -
XYZ 18.75 18.92 3.24 -
YUV 114.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 149 116 18 0 0.22 0.88 0.42 44.89 0.78 0.33
Hex 95 74 12 0 16 58 2A 2D 4E 21
Octal 225 164 22 0 26 130 52 55 116 41
Binary 10010101 1110100 10010 0 10110 1011000 101010 101101 1001110 100001

Color Harmonies of #957412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957412

Black with #957412

Text Example


Text Example

White with #957412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957412; }

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

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

background-color css

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

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

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

border-color css

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

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

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