Html Css Color HEX #954419 Saddle Brown

📋 copy color: '#954419'

red 149 ◦ green 68 ◦ blue 25

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

Shades of Saddle Brown #954419

Tints of Saddle Brown #954419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 61.57%
G = 28.1%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#954419 (or 0x954419) is known color: Saddle Brown. HEX triplet: 95, 44 and 19. RGB value is (149,68,25). Sum of RGB (Red+Green+Blue) = 149+68+25=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #954419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954419 is #6ABBE6. Grayscale: #575757. Windows color (decimal): -6994919 or 1655957. OLE color: 1655957.

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

Color convert

RGB 149 68 25 -
CMYK 0 0.54 0.83 0.42
HSL 20.81º 0.71% 0.34% -
HSV(B) 20.81º 0.83% 0.58% -
XYZ 14.64 10.59 2.19 -
YUV 87.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 149 68 25 0 0.54 0.83 0.42 20.81 0.71 0.34
Hex 95 44 19 0 36 53 2A 15 47 22
Octal 225 104 31 0 66 123 52 25 107 42
Binary 10010101 1000100 11001 0 110110 1010011 101010 10101 1000111 100010

Color Harmonies of #954419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954419

Black with #954419

Text Example


Text Example

White with #954419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954419; }

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

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

background-color css

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

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

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

border-color css

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

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

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