Html Css Color HEX #956519 Golden Brown

📋 copy color: '#956519'

red 149 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #956519

Tints of Golden Brown #956519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 54.18%
G = 36.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956519 (or 0x956519) is known color: Golden Brown. HEX triplet: 95, 65 and 19. RGB value is (149,101,25). Sum of RGB (Red+Green+Blue) = 149+101+25=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956519 is #6A9AE6. Grayscale: #6B6B6B. Windows color (decimal): -6986471 or 1664405. OLE color: 1664405.

HSL color Cylindrical-coordinate representation of color #956519: hue angle of 36.77º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #956519 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 25 -
CMYK 0 0.32 0.83 0.42
HSL 36.77º 0.71% 0.34% -
HSV(B) 36.77º 0.83% 0.58% -
XYZ 17.22 15.77 3.06 -
YUV 106.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 149 101 25 0 0.32 0.83 0.42 36.77 0.71 0.34
Hex 95 65 19 0 20 53 2A 25 47 22
Octal 225 145 31 0 40 123 52 45 107 42
Binary 10010101 1100101 11001 0 100000 1010011 101010 100101 1000111 100010

Color Harmonies of #956519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956519

Black with #956519

Text Example


Text Example

White with #956519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956519; }

 p { color: rgb(149,101,25); }

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

background-color css

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

 a { background-color: rgb(149,101,25); }

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

border-color css

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

 span { border-color: rgb(149,101,25); }

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