Html Css Color HEX #954D15 Saddle Brown

📋 copy color: '#954D15'

red 149 ◦ green 77 ◦ blue 21

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

Shades of Saddle Brown #954D15

Tints of Saddle Brown #954D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 60.32%
G = 31.17%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#954D15 (or 0x954D15) is known color: Saddle Brown. HEX triplet: 95, 4D and 15. RGB value is (149,77,21). Sum of RGB (Red+Green+Blue) = 149+77+21=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #954D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D15 is #6AB2EA. Grayscale: #5C5C5C. Windows color (decimal): -6992619 or 1396117. OLE color: 1396117.

HSL color Cylindrical-coordinate representation of color #954D15: hue angle of 26.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #954D15 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 21 -
CMYK 0 0.48 0.86 0.42
HSL 26.25º 0.75% 0.33% -
HSV(B) 26.25º 0.86% 0.58% -
XYZ 15.18 11.75 2.18 -
YUV 92.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 149 77 21 0 0.48 0.86 0.42 26.25 0.75 0.33
Hex 95 4D 15 0 30 56 2A 1A 4B 21
Octal 225 115 25 0 60 126 52 32 113 41
Binary 10010101 1001101 10101 0 110000 1010110 101010 11010 1001011 100001

Color Harmonies of #954D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D15

Black with #954D15

Text Example


Text Example

White with #954D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,21); }

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

background-color css

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

 a { background-color: rgb(149,77,21); }

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

border-color css

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

 span { border-color: rgb(149,77,21); }

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