Html Css Color HEX #957005 Golden Brown

📋 copy color: '#957005'

red 149 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #957005

Tints of Golden Brown #957005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 56.02%
G = 42.11%
B = 1.88%

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

#957005 (or 0x957005) is known color: Golden Brown. HEX triplet: 95, 70 and 05. RGB value is (149,112,5). Sum of RGB (Red+Green+Blue) = 149+112+5=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #957005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957005 is #6A8FFA. Grayscale: #6F6F6F. Windows color (decimal): -6983675 or 356501. OLE color: 356501.

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

Color convert

RGB 149 112 5 -
CMYK 0 0.25 0.97 0.42
HSL 44.58º 0.94% 0.3% -
HSV(B) 44.58º 0.97% 0.58% -
XYZ 18.22 17.99 2.66 -
YUV 110.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 149 112 5 0 0.25 0.97 0.42 44.58 0.94 0.3
Hex 95 70 5 0 19 61 2A 2D 5E 1E
Octal 225 160 5 0 31 141 52 55 136 36
Binary 10010101 1110000 101 0 11001 1100001 101010 101101 1011110 11110

Color Harmonies of #957005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957005

Black with #957005

Text Example


Text Example

White with #957005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957005; }

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

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

background-color css

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

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

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

border-color css

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

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

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