Html Css Color HEX #9A4D16 Saddle Brown

📋 copy color: '#9A4D16'

red 154 ◦ green 77 ◦ blue 22

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

Shades of Saddle Brown #9A4D16

Tints of Saddle Brown #9A4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A4D16 (or 0x9A4D16) is known color: Saddle Brown. HEX triplet: 9A, 4D and 16. RGB value is (154,77,22). Sum of RGB (Red+Green+Blue) = 154+77+22=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4D16 is #65B2E9. Grayscale: #5E5E5E. Windows color (decimal): -6664938 or 1461658. OLE color: 1461658.

HSL color Cylindrical-coordinate representation of color #9A4D16: hue angle of 25º 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 #9A4D16 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 77 22 -
CMYK 0 0.50 0.86 0.40
HSL 25º 0.75% 0.35% -
HSV(B) 25º 0.86% 0.6% -
XYZ 16.13 12.24 2.27 -
YUV 93.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 154 77 22 0 0.50 0.86 0.40 25 0.75 0.35
Hex 9A 4D 16 0 32 56 28 19 4B 23
Octal 232 115 26 0 62 126 50 31 113 43
Binary 10011010 1001101 10110 0 110010 1010110 101000 11001 1001011 100011

Color Harmonies of #9A4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4D16

Black with #9A4D16

Text Example


Text Example

White with #9A4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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