Html Css Color HEX #9A4515 Saddle Brown

📋 copy color: '#9A4515'

red 154 ◦ green 69 ◦ blue 21

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

Shades of Saddle Brown #9A4515

Tints of Saddle Brown #9A4515

RGB

 RED value IS 154 (60.55% from 255) = 63.11%

 GREEN value IS 69 (27.34% from 255) = 28.28%

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

R = 63.11%
G = 28.28%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A4515 (or 0x9A4515) is known color: Saddle Brown. HEX triplet: 9A, 45 and 15. RGB value is (154,69,21). Sum of RGB (Red+Green+Blue) = 154+69+21=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4515 is #65BAEA. Grayscale: #595959. Windows color (decimal): -6666987 or 1394074. OLE color: 1394074.

HSL color Cylindrical-coordinate representation of color #9A4515: hue angle of 21.65º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A4515 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 69 21 -
CMYK 0 0.55 0.86 0.40
HSL 21.65º 0.76% 0.34% -
HSV(B) 21.65º 0.86% 0.6% -
XYZ 15.59 11.18 2.05 -
YUV 88.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 154 69 21 0 0.55 0.86 0.40 21.65 0.76 0.34
Hex 9A 45 15 0 37 56 28 16 4C 22
Octal 232 105 25 0 67 126 50 26 114 42
Binary 10011010 1000101 10101 0 110111 1010110 101000 10110 1001100 100010

Color Harmonies of #9A4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4515

Black with #9A4515

Text Example


Text Example

White with #9A4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4515; }

 p { color: rgb(154,69,21); }

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

background-color css

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

 a { background-color: rgb(154,69,21); }

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

border-color css

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

 span { border-color: rgb(154,69,21); }

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