Html Css Color HEX #954819 Saddle Brown

📋 copy color: '#954819'

red 149 ◦ green 72 ◦ blue 25

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

Shades of Saddle Brown #954819

Tints of Saddle Brown #954819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 60.57%
G = 29.27%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#954819 (or 0x954819) is known color: Saddle Brown. HEX triplet: 95, 48 and 19. RGB value is (149,72,25). Sum of RGB (Red+Green+Blue) = 149+72+25=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #954819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954819 is #6AB7E6. Grayscale: #595959. Windows color (decimal): -6993895 or 1656981. OLE color: 1656981.

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

Color convert

RGB 149 72 25 -
CMYK 0 0.52 0.83 0.42
HSL 22.74º 0.71% 0.34% -
HSV(B) 22.74º 0.83% 0.58% -
XYZ 14.89 11.09 2.28 -
YUV 89.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 149 72 25 0 0.52 0.83 0.42 22.74 0.71 0.34
Hex 95 48 19 0 34 53 2A 17 47 22
Octal 225 110 31 0 64 123 52 27 107 42
Binary 10010101 1001000 11001 0 110100 1010011 101010 10111 1000111 100010

Color Harmonies of #954819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954819

Black with #954819

Text Example


Text Example

White with #954819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954819; }

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

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

background-color css

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

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

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

border-color css

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

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

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