Html Css Color HEX #957000 Golden Brown

📋 copy color: '#957000'

red 149 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #957000

Tints of Golden Brown #957000

RGB

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

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

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

R = 57.09%
G = 42.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957000 (or 0x957000) is known color: Golden Brown. HEX triplet: 95, 70 and 00. RGB value is (149,112,0). Sum of RGB (Red+Green+Blue) = 149+112+0=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #957000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957000 is #6A8FFF. Grayscale: #6E6E6E. Windows color (decimal): -6983680 or 28821. OLE color: 28821.

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

Color convert

RGB 149 112 0 -
CMYK 0 0.25 1 0.42
HSL 45.1º 1% 0.29% -
HSV(B) 45.1º 1% 0.58% -
XYZ 18.19 17.98 2.51 -
YUV 110.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 149 112 0 0 0.25 1 0.42 45.1 1 0.29
Hex 95 70 0 0 19 64 2A 2D 64 1D
Octal 225 160 0 0 31 144 52 55 144 35
Binary 10010101 1110000 0 0 11001 1100100 101010 101101 1100100 11101

Color Harmonies of #957000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957000

Black with #957000

Text Example


Text Example

White with #957000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957000; }

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

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

background-color css

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

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

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

border-color css

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

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

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