Html Css Color HEX #9A490B Saddle Brown

📋 copy color: '#9A490B'

red 154 ◦ green 73 ◦ blue 11

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

Shades of Saddle Brown #9A490B

Tints of Saddle Brown #9A490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 64.71%
G = 30.67%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A490B (or 0x9A490B) is known color: Saddle Brown. HEX triplet: 9A, 49 and 0B. RGB value is (154,73,11). Sum of RGB (Red+Green+Blue) = 154+73+11=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A490B is #65B6F4. Grayscale: #5A5A5A. Windows color (decimal): -6665973 or 739738. OLE color: 739738.

HSL color Cylindrical-coordinate representation of color #9A490B: hue angle of 26.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A490B is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 11 -
CMYK 0 0.53 0.93 0.40
HSL 26.01º 0.87% 0.32% -
HSV(B) 26.01º 0.93% 0.6% -
XYZ 15.77 11.66 1.74 -
YUV 90.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 154 73 11 0 0.53 0.93 0.40 26.01 0.87 0.32
Hex 9A 49 B 0 35 5D 28 1A 57 20
Octal 232 111 13 0 65 135 50 32 127 40
Binary 10011010 1001001 1011 0 110101 1011101 101000 11010 1010111 100000

Color Harmonies of #9A490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A490B

Black with #9A490B

Text Example


Text Example

White with #9A490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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