Html Css Color HEX #957319 Golden Brown

📋 copy color: '#957319'

red 149 ◦ green 115 ◦ blue 25

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

Shades of Golden Brown #957319

Tints of Golden Brown #957319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.79%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 51.56%
G = 39.79%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#957319 (or 0x957319) is known color: Golden Brown. HEX triplet: 95, 73 and 19. RGB value is (149,115,25). Sum of RGB (Red+Green+Blue) = 149+115+25=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957319 is #6A8CE6. Grayscale: #737373. Windows color (decimal): -6982887 or 1667989. OLE color: 1667989.

HSL color Cylindrical-coordinate representation of color #957319: hue angle of 43.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #957319 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 25 -
CMYK 0 0.23 0.83 0.42
HSL 43.55º 0.71% 0.34% -
HSV(B) 43.55º 0.83% 0.58% -
XYZ 18.7 18.72 3.55 -
YUV 114.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 149 115 25 0 0.23 0.83 0.42 43.55 0.71 0.34
Hex 95 73 19 0 17 53 2A 2C 47 22
Octal 225 163 31 0 27 123 52 54 107 42
Binary 10010101 1110011 11001 0 10111 1010011 101010 101100 1000111 100010

Color Harmonies of #957319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957319

Black with #957319

Text Example


Text Example

White with #957319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957319; }

 p { color: rgb(149,115,25); }

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

background-color css

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

 a { background-color: rgb(149,115,25); }

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

border-color css

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

 span { border-color: rgb(149,115,25); }

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