Html Css Color HEX #9A5215 Saddle Brown

📋 copy color: '#9A5215'

red 154 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #9A5215

Tints of Saddle Brown #9A5215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

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

R = 59.92%
G = 31.91%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A5215 (or 0x9A5215) is known color: Saddle Brown. HEX triplet: 9A, 52 and 15. RGB value is (154,82,21). Sum of RGB (Red+Green+Blue) = 154+82+21=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5215 is #65ADEA. Grayscale: #606060. Windows color (decimal): -6663659 or 1397402. OLE color: 1397402.

HSL color Cylindrical-coordinate representation of color #9A5215: hue angle of 27.52º 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 #9A5215 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 82 21 -
CMYK 0 0.47 0.86 0.40
HSL 27.52º 0.76% 0.34% -
HSV(B) 27.52º 0.86% 0.6% -
XYZ 16.48 12.96 2.34 -
YUV 96.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 154 82 21 0 0.47 0.86 0.40 27.52 0.76 0.34
Hex 9A 52 15 0 2F 56 28 1C 4C 22
Octal 232 122 25 0 57 126 50 34 114 42
Binary 10011010 1010010 10101 0 101111 1010110 101000 11100 1001100 100010

Color Harmonies of #9A5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5215

Black with #9A5215

Text Example


Text Example

White with #9A5215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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