Html Css Color HEX #957013 Golden Brown

📋 copy color: '#957013'

red 149 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #957013

Tints of Golden Brown #957013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 53.21%
G = 40%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957013 (or 0x957013) is known color: Golden Brown. HEX triplet: 95, 70 and 13. RGB value is (149,112,19). Sum of RGB (Red+Green+Blue) = 149+112+19=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957013 is #6A8FEC. Grayscale: #707070. Windows color (decimal): -6983661 or 1274005. OLE color: 1274005.

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

Color convert

RGB 149 112 19 -
CMYK 0 0.25 0.87 0.42
HSL 42.92º 0.77% 0.33% -
HSV(B) 42.92º 0.87% 0.58% -
XYZ 18.31 18.02 3.13 -
YUV 112.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 149 112 19 0 0.25 0.87 0.42 42.92 0.77 0.33
Hex 95 70 13 0 19 57 2A 2B 4D 21
Octal 225 160 23 0 31 127 52 53 115 41
Binary 10010101 1110000 10011 0 11001 1010111 101010 101011 1001101 100001

Color Harmonies of #957013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957013

Black with #957013

Text Example


Text Example

White with #957013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957013; }

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

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

background-color css

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

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

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

border-color css

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

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

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