Html Css Color HEX #957400 Golden Brown

📋 copy color: '#957400'

red 149 ◦ green 116 ◦ blue 0

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

Shades of Golden Brown #957400

Tints of Golden Brown #957400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.23%
G = 43.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957400 (or 0x957400) is known color: Golden Brown. HEX triplet: 95, 74 and 00. RGB value is (149,116,0). Sum of RGB (Red+Green+Blue) = 149+116+0=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #957400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957400 is #6A8BFF. Grayscale: #717171. Windows color (decimal): -6982656 or 29845. OLE color: 29845.

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

Color convert

RGB 149 116 0 -
CMYK 0 0.22 1 0.42
HSL 46.71º 1% 0.29% -
HSV(B) 46.71º 1% 0.58% -
XYZ 18.64 18.88 2.66 -
YUV 112.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 149 116 0 0 0.22 1 0.42 46.71 1 0.29
Hex 95 74 0 0 16 64 2A 2F 64 1D
Octal 225 164 0 0 26 144 52 57 144 35
Binary 10010101 1110100 0 0 10110 1100100 101010 101111 1100100 11101

Color Harmonies of #957400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957400

Black with #957400

Text Example


Text Example

White with #957400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957400; }

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

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

background-color css

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

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

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

border-color css

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

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

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