Html Css Color HEX #9A500F Saddle Brown

📋 copy color: '#9A500F'

red 154 ◦ green 80 ◦ blue 15

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

Shades of Saddle Brown #9A500F

Tints of Saddle Brown #9A500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 61.85%
G = 32.13%
B = 6.02%

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

#9A500F (or 0x9A500F) is known color: Saddle Brown. HEX triplet: 9A, 50 and 0F. RGB value is (154,80,15). Sum of RGB (Red+Green+Blue) = 154+80+15=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A500F is #65AFF0. Grayscale: #5F5F5F. Windows color (decimal): -6664177 or 1003674. OLE color: 1003674.

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

Color convert

RGB 154 80 15 -
CMYK 0 0.48 0.90 0.40
HSL 28.06º 0.82% 0.33% -
HSV(B) 28.06º 0.9% 0.6% -
XYZ 16.28 12.64 2.03 -
YUV 94.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 154 80 15 0 0.48 0.90 0.40 28.06 0.82 0.33
Hex 9A 50 F 0 30 5A 28 1C 52 21
Octal 232 120 17 0 60 132 50 34 122 41
Binary 10011010 1010000 1111 0 110000 1011010 101000 11100 1010010 100001

Color Harmonies of #9A500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A500F

Black with #9A500F

Text Example


Text Example

White with #9A500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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