Html Css Color HEX #957413 Golden Brown

📋 copy color: '#957413'

red 149 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #957413

Tints of Golden Brown #957413

RGB

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

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

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

R = 52.46%
G = 40.85%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957413 (or 0x957413) is known color: Golden Brown. HEX triplet: 95, 74 and 13. RGB value is (149,116,19). Sum of RGB (Red+Green+Blue) = 149+116+19=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957413 is #6A8BEC. Grayscale: #737373. Windows color (decimal): -6982637 or 1275029. OLE color: 1275029.

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

Color convert

RGB 149 116 19 -
CMYK 0 0.22 0.87 0.42
HSL 44.77º 0.77% 0.33% -
HSV(B) 44.77º 0.87% 0.58% -
XYZ 18.76 18.93 3.28 -
YUV 114.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 149 116 19 0 0.22 0.87 0.42 44.77 0.77 0.33
Hex 95 74 13 0 16 57 2A 2D 4D 21
Octal 225 164 23 0 26 127 52 55 115 41
Binary 10010101 1110100 10011 0 10110 1010111 101010 101101 1001101 100001

Color Harmonies of #957413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957413

Black with #957413

Text Example


Text Example

White with #957413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957413; }

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

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

background-color css

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

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

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

border-color css

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

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

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