Html Css Color HEX #9A4512 Saddle Brown

📋 copy color: '#9A4512'

red 154 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #9A4512

Tints of Saddle Brown #9A4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 63.9%
G = 28.63%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#9A4512 (or 0x9A4512) is known color: Saddle Brown. HEX triplet: 9A, 45 and 12. RGB value is (154,69,18). Sum of RGB (Red+Green+Blue) = 154+69+18=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4512 is #65BAED. Grayscale: #585858. Windows color (decimal): -6666990 or 1197466. OLE color: 1197466.

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

Color convert

RGB 154 69 18 -
CMYK 0 0.55 0.88 0.40
HSL 22.5º 0.79% 0.34% -
HSV(B) 22.5º 0.88% 0.6% -
XYZ 15.56 11.17 1.91 -
YUV 88.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 154 69 18 0 0.55 0.88 0.40 22.5 0.79 0.34
Hex 9A 45 12 0 37 58 28 16 4F 22
Octal 232 105 22 0 67 130 50 26 117 42
Binary 10011010 1000101 10010 0 110111 1011000 101000 10110 1001111 100010

Color Harmonies of #9A4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4512

Black with #9A4512

Text Example


Text Example

White with #9A4512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,69,18); }

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

background-color css

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

 a { background-color: rgb(154,69,18); }

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

border-color css

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

 span { border-color: rgb(154,69,18); }

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