Html Css Color HEX #A0460B Saddle Brown

📋 copy color: '#A0460B'

red 160 ◦ green 70 ◦ blue 11

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

Shades of Saddle Brown #A0460B

Tints of Saddle Brown #A0460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 66.39%
G = 29.05%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0460B (or 0xA0460B) is known color: Saddle Brown. HEX triplet: A0, 46 and 0B. RGB value is (160,70,11). Sum of RGB (Red+Green+Blue) = 160+70+11=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0460B is #5FB9F4. Grayscale: #5A5A5A. Windows color (decimal): -6273525 or 738976. OLE color: 738976.

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

Color convert

RGB 160 70 11 -
CMYK 0 0.56 0.93 0.37
HSL 23.76º 0.87% 0.34% -
HSV(B) 23.76º 0.93% 0.63% -
XYZ 16.75 11.88 1.73 -
YUV 90.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 160 70 11 0 0.56 0.93 0.37 23.76 0.87 0.34
Hex A0 46 B 0 38 5D 25 18 57 22
Octal 240 106 13 0 70 135 45 30 127 42
Binary 10100000 1000110 1011 0 111000 1011101 100101 11000 1010111 100010

Color Harmonies of #A0460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0460B

Black with #A0460B

Text Example


Text Example

White with #A0460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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