Html Css Color HEX #9A490F Saddle Brown

📋 copy color: '#9A490F'

red 154 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #9A490F

Tints of Saddle Brown #9A490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 63.64%
G = 30.17%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A490F (or 0x9A490F) is known color: Saddle Brown. HEX triplet: 9A, 49 and 0F. RGB value is (154,73,15). Sum of RGB (Red+Green+Blue) = 154+73+15=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A490F is #65B6F0. Grayscale: #5A5A5A. Windows color (decimal): -6665969 or 1001882. OLE color: 1001882.

HSL color Cylindrical-coordinate representation of color #9A490F: hue angle of 25.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A490F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 15 -
CMYK 0 0.53 0.90 0.40
HSL 25.04º 0.82% 0.33% -
HSV(B) 25.04º 0.9% 0.6% -
XYZ 15.8 11.67 1.87 -
YUV 90.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 154 73 15 0 0.53 0.90 0.40 25.04 0.82 0.33
Hex 9A 49 F 0 35 5A 28 19 52 21
Octal 232 111 17 0 65 132 50 31 122 41
Binary 10011010 1001001 1111 0 110101 1011010 101000 11001 1010010 100001

Color Harmonies of #9A490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A490F

Black with #9A490F

Text Example


Text Example

White with #9A490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,15); }

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

background-color css

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

 a { background-color: rgb(154,73,15); }

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

border-color css

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

 span { border-color: rgb(154,73,15); }

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