Html Css Color HEX #A0500F Saddle Brown

📋 copy color: '#A0500F'

red 160 ◦ green 80 ◦ blue 15

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

Shades of Saddle Brown #A0500F

Tints of Saddle Brown #A0500F

RGB

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

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

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

R = 62.75%
G = 31.37%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0500F (or 0xA0500F) is known color: Saddle Brown. HEX triplet: A0, 50 and 0F. RGB value is (160,80,15). Sum of RGB (Red+Green+Blue) = 160+80+15=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0500F is #5FAFF0. Grayscale: #606060. Windows color (decimal): -6270961 or 1003680. OLE color: 1003680.

HSL color Cylindrical-coordinate representation of color #A0500F: hue angle of 26.9º 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 #A0500F is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 15 -
CMYK 0 0.5 0.91 0.37
HSL 26.9º 0.83% 0.34% -
HSV(B) 26.9º 0.91% 0.63% -
XYZ 17.45 13.25 2.09 -
YUV 96.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 160 80 15 0 0.5 0.91 0.37 26.9 0.83 0.34
Hex A0 50 F 0 32 5B 25 1B 53 22
Octal 240 120 17 0 62 133 45 33 123 42
Binary 10100000 1010000 1111 0 110010 1011011 100101 11011 1010011 100010

Color Harmonies of #A0500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0500F

Black with #A0500F

Text Example


Text Example

White with #A0500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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