Html Css Color HEX #954F19 Saddle Brown

📋 copy color: '#954F19'

red 149 ◦ green 79 ◦ blue 25

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

Shades of Saddle Brown #954F19

Tints of Saddle Brown #954F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

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

R = 58.89%
G = 31.23%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#954F19 (or 0x954F19) is known color: Saddle Brown. HEX triplet: 95, 4F and 19. RGB value is (149,79,25). Sum of RGB (Red+Green+Blue) = 149+79+25=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F19 is #6AB0E6. Grayscale: #5E5E5E. Windows color (decimal): -6992103 or 1658773. OLE color: 1658773.

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

Color convert

RGB 149 79 25 -
CMYK 0 0.47 0.83 0.42
HSL 26.13º 0.71% 0.34% -
HSV(B) 26.13º 0.83% 0.58% -
XYZ 15.37 12.05 2.44 -
YUV 93.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 149 79 25 0 0.47 0.83 0.42 26.13 0.71 0.34
Hex 95 4F 19 0 2F 53 2A 1A 47 22
Octal 225 117 31 0 57 123 52 32 107 42
Binary 10010101 1001111 11001 0 101111 1010011 101010 11010 1000111 100010

Color Harmonies of #954F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F19

Black with #954F19

Text Example


Text Example

White with #954F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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