Html Css Color HEX #954119 Saddle Brown

📋 copy color: '#954119'

red 149 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #954119

Tints of Saddle Brown #954119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

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

R = 62.34%
G = 27.2%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#954119 (or 0x954119) is known color: Saddle Brown. HEX triplet: 95, 41 and 19. RGB value is (149,65,25). Sum of RGB (Red+Green+Blue) = 149+65+25=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954119 is #6ABEE6. Grayscale: #555555. Windows color (decimal): -6995687 or 1655189. OLE color: 1655189.

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

Color convert

RGB 149 65 25 -
CMYK 0 0.56 0.83 0.42
HSL 19.35º 0.71% 0.34% -
HSV(B) 19.35º 0.83% 0.58% -
XYZ 14.46 10.24 2.13 -
YUV 85.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 149 65 25 0 0.56 0.83 0.42 19.35 0.71 0.34
Hex 95 41 19 0 38 53 2A 13 47 22
Octal 225 101 31 0 70 123 52 23 107 42
Binary 10010101 1000001 11001 0 111000 1010011 101010 10011 1000111 100010

Color Harmonies of #954119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954119

Black with #954119

Text Example


Text Example

White with #954119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954119; }

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

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

background-color css

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

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

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

border-color css

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

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

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