Html Css Color HEX #9A5010 Saddle Brown

📋 copy color: '#9A5010'

red 154 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #9A5010

Tints of Saddle Brown #9A5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 61.6%
G = 32%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A5010 (or 0x9A5010) is known color: Saddle Brown. HEX triplet: 9A, 50 and 10. RGB value is (154,80,16). Sum of RGB (Red+Green+Blue) = 154+80+16=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5010 is #65AFEF. Grayscale: #5F5F5F. Windows color (decimal): -6664176 or 1069210. OLE color: 1069210.

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

Color convert

RGB 154 80 16 -
CMYK 0 0.48 0.90 0.40
HSL 27.83º 0.81% 0.33% -
HSV(B) 27.83º 0.9% 0.6% -
XYZ 16.29 12.64 2.07 -
YUV 94.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 154 80 16 0 0.48 0.90 0.40 27.83 0.81 0.33
Hex 9A 50 10 0 30 5A 28 1C 51 21
Octal 232 120 20 0 60 132 50 34 121 41
Binary 10011010 1010000 10000 0 110000 1011010 101000 11100 1010001 100001

Color Harmonies of #9A5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5010

Black with #9A5010

Text Example


Text Example

White with #9A5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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