Html Css Color HEX #956419 Golden Brown

📋 copy color: '#956419'

red 149 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #956419

Tints of Golden Brown #956419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 54.38%
G = 36.5%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#956419 (or 0x956419) is known color: Golden Brown. HEX triplet: 95, 64 and 19. RGB value is (149,100,25). Sum of RGB (Red+Green+Blue) = 149+100+25=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #956419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956419 is #6A9BE6. Grayscale: #6A6A6A. Windows color (decimal): -6986727 or 1664149. OLE color: 1664149.

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

Color convert

RGB 149 100 25 -
CMYK 0 0.33 0.83 0.42
HSL 36.29º 0.71% 0.34% -
HSV(B) 36.29º 0.83% 0.58% -
XYZ 17.13 15.57 3.02 -
YUV 106.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 149 100 25 0 0.33 0.83 0.42 36.29 0.71 0.34
Hex 95 64 19 0 21 53 2A 24 47 22
Octal 225 144 31 0 41 123 52 44 107 42
Binary 10010101 1100100 11001 0 100001 1010011 101010 100100 1000111 100010

Color Harmonies of #956419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956419

Black with #956419

Text Example


Text Example

White with #956419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956419; }

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

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

background-color css

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

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

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

border-color css

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

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

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