Html Css Color HEX #954919 Saddle Brown

📋 copy color: '#954919'

red 149 ◦ green 73 ◦ blue 25

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

Shades of Saddle Brown #954919

Tints of Saddle Brown #954919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

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

R = 60.32%
G = 29.55%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#954919 (or 0x954919) is known color: Saddle Brown. HEX triplet: 95, 49 and 19. RGB value is (149,73,25). Sum of RGB (Red+Green+Blue) = 149+73+25=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #954919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954919 is #6AB6E6. Grayscale: #5A5A5A. Windows color (decimal): -6993639 or 1657237. OLE color: 1657237.

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

Color convert

RGB 149 73 25 -
CMYK 0 0.51 0.83 0.42
HSL 23.23º 0.71% 0.34% -
HSV(B) 23.23º 0.83% 0.58% -
XYZ 14.95 11.22 2.3 -
YUV 90.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 149 73 25 0 0.51 0.83 0.42 23.23 0.71 0.34
Hex 95 49 19 0 33 53 2A 17 47 22
Octal 225 111 31 0 63 123 52 27 107 42
Binary 10010101 1001001 11001 0 110011 1010011 101010 10111 1000111 100010

Color Harmonies of #954919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954919

Black with #954919

Text Example


Text Example

White with #954919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954919; }

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

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

background-color css

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

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

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

border-color css

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

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

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