Html Css Color HEX #9A460F Saddle Brown

📋 copy color: '#9A460F'

red 154 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #9A460F

Tints of Saddle Brown #9A460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 64.44%
G = 29.29%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A460F (or 0x9A460F) is known color: Saddle Brown. HEX triplet: 9A, 46 and 0F. RGB value is (154,70,15). Sum of RGB (Red+Green+Blue) = 154+70+15=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A460F is #65B9F0. Grayscale: #595959. Windows color (decimal): -6666737 or 1001114. OLE color: 1001114.

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

Color convert

RGB 154 70 15 -
CMYK 0 0.55 0.90 0.40
HSL 23.74º 0.82% 0.33% -
HSV(B) 23.74º 0.9% 0.6% -
XYZ 15.6 11.28 1.81 -
YUV 88.85 86.33 174.47 -
System Red Green Blue C M Y K H S L
Decimal 154 70 15 0 0.55 0.90 0.40 23.74 0.82 0.33
Hex 9A 46 F 0 37 5A 28 18 52 21
Octal 232 106 17 0 67 132 50 30 122 41
Binary 10011010 1000110 1111 0 110111 1011010 101000 11000 1010010 100001

Color Harmonies of #9A460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A460F

Black with #9A460F

Text Example


Text Example

White with #9A460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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