Html Css Color HEX #9A4610 Saddle Brown

📋 copy color: '#9A4610'

red 154 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #9A4610

Tints of Saddle Brown #9A4610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 64.17%
G = 29.17%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A4610 (or 0x9A4610) is known color: Saddle Brown. HEX triplet: 9A, 46 and 10. RGB value is (154,70,16). Sum of RGB (Red+Green+Blue) = 154+70+16=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4610 is #65B9EF. Grayscale: #595959. Windows color (decimal): -6666736 or 1066650. OLE color: 1066650.

HSL color Cylindrical-coordinate representation of color #9A4610: hue angle of 23.48º degrees, saturation: 0.81, 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 #9A4610 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 70 16 -
CMYK 0 0.55 0.90 0.40
HSL 23.48º 0.81% 0.33% -
HSV(B) 23.48º 0.9% 0.6% -
XYZ 15.61 11.29 1.85 -
YUV 88.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 154 70 16 0 0.55 0.90 0.40 23.48 0.81 0.33
Hex 9A 46 10 0 37 5A 28 17 51 21
Octal 232 106 20 0 67 132 50 27 121 41
Binary 10011010 1000110 10000 0 110111 1011010 101000 10111 1010001 100001

Color Harmonies of #9A4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4610

Black with #9A4610

Text Example


Text Example

White with #9A4610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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