Html Css Color HEX #957004 Golden Brown

📋 copy color: '#957004'

red 149 ◦ green 112 ◦ blue 4

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

Shades of Golden Brown #957004

Tints of Golden Brown #957004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 56.23%
G = 42.26%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#957004 (or 0x957004) is known color: Golden Brown. HEX triplet: 95, 70 and 04. RGB value is (149,112,4). Sum of RGB (Red+Green+Blue) = 149+112+4=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #957004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957004 is #6A8FFB. Grayscale: #6F6F6F. Windows color (decimal): -6983676 or 290965. OLE color: 290965.

HSL color Cylindrical-coordinate representation of color #957004: hue angle of 44.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #957004 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 4 -
CMYK 0 0.25 0.97 0.42
HSL 44.69º 0.95% 0.3% -
HSV(B) 44.69º 0.97% 0.58% -
XYZ 18.21 17.99 2.63 -
YUV 110.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 149 112 4 0 0.25 0.97 0.42 44.69 0.95 0.3
Hex 95 70 4 0 19 61 2A 2D 5F 1E
Octal 225 160 4 0 31 141 52 55 137 36
Binary 10010101 1110000 100 0 11001 1100001 101010 101101 1011111 11110

Color Harmonies of #957004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957004

Black with #957004

Text Example


Text Example

White with #957004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957004; }

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

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

background-color css

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

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

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

border-color css

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

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

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