Html Css Color HEX #957019 Golden Brown

📋 copy color: '#957019'

red 149 ◦ green 112 ◦ blue 25

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

Shades of Golden Brown #957019

Tints of Golden Brown #957019

RGB

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

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

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

R = 52.1%
G = 39.16%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#957019 (or 0x957019) is known color: Golden Brown. HEX triplet: 95, 70 and 19. RGB value is (149,112,25). Sum of RGB (Red+Green+Blue) = 149+112+25=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957019 is #6A8FE6. Grayscale: #717171. Windows color (decimal): -6983655 or 1667221. OLE color: 1667221.

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

Color convert

RGB 149 112 25 -
CMYK 0 0.25 0.83 0.42
HSL 42.1º 0.71% 0.34% -
HSV(B) 42.1º 0.83% 0.58% -
XYZ 18.36 18.05 3.44 -
YUV 113.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 149 112 25 0 0.25 0.83 0.42 42.1 0.71 0.34
Hex 95 70 19 0 19 53 2A 2A 47 22
Octal 225 160 31 0 31 123 52 52 107 42
Binary 10010101 1110000 11001 0 11001 1010011 101010 101010 1000111 100010

Color Harmonies of #957019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957019

Black with #957019

Text Example


Text Example

White with #957019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957019; }

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

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

background-color css

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

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

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

border-color css

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

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

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