Html Css Color HEX #9A4018 Saddle Brown

📋 copy color: '#9A4018'

red 154 ◦ green 64 ◦ blue 24

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

Shades of Saddle Brown #9A4018

Tints of Saddle Brown #9A4018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 63.64%
G = 26.45%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A4018 (or 0x9A4018) is known color: Saddle Brown. HEX triplet: 9A, 40 and 18. RGB value is (154,64,24). Sum of RGB (Red+Green+Blue) = 154+64+24=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4018 is #65BFE7. Grayscale: #565656. Windows color (decimal): -6668264 or 1589402. OLE color: 1589402.

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

Color convert

RGB 154 64 24 -
CMYK 0 0.58 0.84 0.40
HSL 18.46º 0.73% 0.35% -
HSV(B) 18.46º 0.84% 0.6% -
XYZ 15.32 10.6 2.1 -
YUV 86.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 154 64 24 0 0.58 0.84 0.40 18.46 0.73 0.35
Hex 9A 40 18 0 3A 54 28 12 49 23
Octal 232 100 30 0 72 124 50 22 111 43
Binary 10011010 1000000 11000 0 111010 1010100 101000 10010 1001001 100011

Color Harmonies of #9A4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4018

Black with #9A4018

Text Example


Text Example

White with #9A4018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,64,24); }

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

background-color css

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

 a { background-color: rgb(154,64,24); }

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

border-color css

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

 span { border-color: rgb(154,64,24); }

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