Html Css Color HEX #955A19 Golden Brown

📋 copy color: '#955A19'

red 149 ◦ green 90 ◦ blue 25

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

Shades of Golden Brown #955A19

Tints of Golden Brown #955A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

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

R = 56.44%
G = 34.09%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#955A19 (or 0x955A19) is known color: Golden Brown. HEX triplet: 95, 5A and 19. RGB value is (149,90,25). Sum of RGB (Red+Green+Blue) = 149+90+25=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #955A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A19 is #6AA5E6. Grayscale: #646464. Windows color (decimal): -6989287 or 1661589. OLE color: 1661589.

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

Color convert

RGB 149 90 25 -
CMYK 0 0.40 0.83 0.42
HSL 31.45º 0.71% 0.34% -
HSV(B) 31.45º 0.83% 0.58% -
XYZ 16.23 13.77 2.72 -
YUV 100.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 149 90 25 0 0.40 0.83 0.42 31.45 0.71 0.34
Hex 95 5A 19 0 28 53 2A 1F 47 22
Octal 225 132 31 0 50 123 52 37 107 42
Binary 10010101 1011010 11001 0 101000 1010011 101010 11111 1000111 100010

Color Harmonies of #955A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A19

Black with #955A19

Text Example


Text Example

White with #955A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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