Html Css Color HEX #954815 Saddle Brown

📋 copy color: '#954815'

red 149 ◦ green 72 ◦ blue 21

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

Shades of Saddle Brown #954815

Tints of Saddle Brown #954815

RGB

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

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

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

R = 61.57%
G = 29.75%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#954815 (or 0x954815) is known color: Saddle Brown. HEX triplet: 95, 48 and 15. RGB value is (149,72,21). Sum of RGB (Red+Green+Blue) = 149+72+21=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #954815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954815 is #6AB7EA. Grayscale: #595959. Windows color (decimal): -6993899 or 1394837. OLE color: 1394837.

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

Color convert

RGB 149 72 21 -
CMYK 0 0.52 0.86 0.42
HSL 23.91º 0.75% 0.33% -
HSV(B) 23.91º 0.86% 0.58% -
XYZ 14.85 11.08 2.07 -
YUV 89.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 149 72 21 0 0.52 0.86 0.42 23.91 0.75 0.33
Hex 95 48 15 0 34 56 2A 18 4B 21
Octal 225 110 25 0 64 126 52 30 113 41
Binary 10010101 1001000 10101 0 110100 1010110 101010 11000 1001011 100001

Color Harmonies of #954815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954815

Black with #954815

Text Example


Text Example

White with #954815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954815; }

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

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

background-color css

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

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

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

border-color css

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

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

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