Html Css Color HEX #954615 Saddle Brown

📋 copy color: '#954615'

red 149 ◦ green 70 ◦ blue 21

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

Shades of Saddle Brown #954615

Tints of Saddle Brown #954615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 62.08%
G = 29.17%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#954615 (or 0x954615) is known color: Saddle Brown. HEX triplet: 95, 46 and 15. RGB value is (149,70,21). Sum of RGB (Red+Green+Blue) = 149+70+21=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #954615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954615 is #6AB9EA. Grayscale: #585858. Windows color (decimal): -6994411 or 1394325. OLE color: 1394325.

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

Color convert

RGB 149 70 21 -
CMYK 0 0.53 0.86 0.42
HSL 22.97º 0.75% 0.33% -
HSV(B) 22.97º 0.86% 0.58% -
XYZ 14.72 10.82 2.02 -
YUV 88.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 149 70 21 0 0.53 0.86 0.42 22.97 0.75 0.33
Hex 95 46 15 0 35 56 2A 17 4B 21
Octal 225 106 25 0 65 126 52 27 113 41
Binary 10010101 1000110 10101 0 110101 1010110 101010 10111 1001011 100001

Color Harmonies of #954615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954615

Black with #954615

Text Example


Text Example

White with #954615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954615; }

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

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

background-color css

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

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

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

border-color css

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

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

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