Html Css Color HEX #957014 Golden Brown

📋 copy color: '#957014'

red 149 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #957014

Tints of Golden Brown #957014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 53.02%
G = 39.86%
B = 7.12%

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

#957014 (or 0x957014) is known color: Golden Brown. HEX triplet: 95, 70 and 14. RGB value is (149,112,20). Sum of RGB (Red+Green+Blue) = 149+112+20=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #957014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957014 is #6A8FEB. Grayscale: #707070. Windows color (decimal): -6983660 or 1339541. OLE color: 1339541.

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

Color convert

RGB 149 112 20 -
CMYK 0 0.25 0.87 0.42
HSL 42.79º 0.76% 0.33% -
HSV(B) 42.79º 0.87% 0.58% -
XYZ 18.31 18.03 3.18 -
YUV 112.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 149 112 20 0 0.25 0.87 0.42 42.79 0.76 0.33
Hex 95 70 14 0 19 57 2A 2B 4C 21
Octal 225 160 24 0 31 127 52 53 114 41
Binary 10010101 1110000 10100 0 11001 1010111 101010 101011 1001100 100001

Color Harmonies of #957014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957014

Black with #957014

Text Example


Text Example

White with #957014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957014; }

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

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

background-color css

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

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

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

border-color css

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

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

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