Html Css Color HEX #9A4616 Saddle Brown

📋 copy color: '#9A4616'

red 154 ◦ green 70 ◦ blue 22

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

Shades of Saddle Brown #9A4616

Tints of Saddle Brown #9A4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 62.6%
G = 28.46%
B = 8.94%

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

#9A4616 (or 0x9A4616) is known color: Saddle Brown. HEX triplet: 9A, 46 and 16. RGB value is (154,70,22). Sum of RGB (Red+Green+Blue) = 154+70+22=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4616 is #65B9E9. Grayscale: #595959. Windows color (decimal): -6666730 or 1459866. OLE color: 1459866.

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

Color convert

RGB 154 70 22 -
CMYK 0 0.55 0.86 0.40
HSL 21.82º 0.75% 0.35% -
HSV(B) 21.82º 0.86% 0.6% -
XYZ 15.66 11.31 2.12 -
YUV 89.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 154 70 22 0 0.55 0.86 0.40 21.82 0.75 0.35
Hex 9A 46 16 0 37 56 28 16 4B 23
Octal 232 106 26 0 67 126 50 26 113 43
Binary 10011010 1000110 10110 0 110111 1010110 101000 10110 1001011 100011

Color Harmonies of #9A4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4616

Black with #9A4616

Text Example


Text Example

White with #9A4616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,70,22); }

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

background-color css

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

 a { background-color: rgb(154,70,22); }

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

border-color css

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

 span { border-color: rgb(154,70,22); }

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