Html Css Color HEX #A0460F Saddle Brown

📋 copy color: '#A0460F'

red 160 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #A0460F

Tints of Saddle Brown #A0460F

RGB

 RED value IS 160 (62.89% from 255) = 65.31%

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

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

R = 65.31%
G = 28.57%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0460F (or 0xA0460F) is known color: Saddle Brown. HEX triplet: A0, 46 and 0F. RGB value is (160,70,15). Sum of RGB (Red+Green+Blue) = 160+70+15=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0460F is #5FB9F0. Grayscale: #5A5A5A. Windows color (decimal): -6273521 or 1001120. OLE color: 1001120.

HSL color Cylindrical-coordinate representation of color #A0460F: hue angle of 22.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0460F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 15 -
CMYK 0 0.56 0.91 0.37
HSL 22.76º 0.83% 0.34% -
HSV(B) 22.76º 0.91% 0.63% -
XYZ 16.77 11.89 1.86 -
YUV 90.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 160 70 15 0 0.56 0.91 0.37 22.76 0.83 0.34
Hex A0 46 F 0 38 5B 25 17 53 22
Octal 240 106 17 0 70 133 45 27 123 42
Binary 10100000 1000110 1111 0 111000 1011011 100101 10111 1010011 100010

Color Harmonies of #A0460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0460F

Black with #A0460F

Text Example


Text Example

White with #A0460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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