Html Css Color HEX #957401 Golden Brown

📋 copy color: '#957401'

red 149 ◦ green 116 ◦ blue 1

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

Shades of Golden Brown #957401

Tints of Golden Brown #957401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 56.02%
G = 43.61%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957401 (or 0x957401) is known color: Golden Brown. HEX triplet: 95, 74 and 01. RGB value is (149,116,1). Sum of RGB (Red+Green+Blue) = 149+116+1=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #957401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957401 is #6A8BFE. Grayscale: #717171. Windows color (decimal): -6982655 or 95381. OLE color: 95381.

HSL color Cylindrical-coordinate representation of color #957401: hue angle of 46.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #957401 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 1 -
CMYK 0 0.22 0.99 0.42
HSL 46.62º 0.99% 0.29% -
HSV(B) 46.62º 0.99% 0.58% -
XYZ 18.65 18.88 2.69 -
YUV 112.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 149 116 1 0 0.22 0.99 0.42 46.62 0.99 0.29
Hex 95 74 1 0 16 63 2A 2F 63 1D
Octal 225 164 1 0 26 143 52 57 143 35
Binary 10010101 1110100 1 0 10110 1100011 101010 101111 1100011 11101

Color Harmonies of #957401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957401

Black with #957401

Text Example


Text Example

White with #957401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957401; }

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

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

background-color css

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

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

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

border-color css

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

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

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