Html Css Color HEX #954719 Saddle Brown

📋 copy color: '#954719'

red 149 ◦ green 71 ◦ blue 25

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

Shades of Saddle Brown #954719

Tints of Saddle Brown #954719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 60.82%
G = 28.98%
B = 10.2%

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

#954719 (or 0x954719) is known color: Saddle Brown. HEX triplet: 95, 47 and 19. RGB value is (149,71,25). Sum of RGB (Red+Green+Blue) = 149+71+25=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #954719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954719 is #6AB8E6. Grayscale: #595959. Windows color (decimal): -6994151 or 1656725. OLE color: 1656725.

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

Color convert

RGB 149 71 25 -
CMYK 0 0.52 0.83 0.42
HSL 22.26º 0.71% 0.34% -
HSV(B) 22.26º 0.83% 0.58% -
XYZ 14.82 10.97 2.26 -
YUV 89.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 149 71 25 0 0.52 0.83 0.42 22.26 0.71 0.34
Hex 95 47 19 0 34 53 2A 16 47 22
Octal 225 107 31 0 64 123 52 26 107 42
Binary 10010101 1000111 11001 0 110100 1010011 101010 10110 1000111 100010

Color Harmonies of #954719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954719

Black with #954719

Text Example


Text Example

White with #954719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954719; }

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

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

background-color css

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

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

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

border-color css

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

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

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