#A34F0A

Color #A34F0A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #A34F0A

Tints of Saddle Brown #A34F0A

Color information

#A34F0A (or 0xA34F0A) is unknown color: approx Saddle Brown. HEX triplet: A3, 4F and 0A. RGB value is (163,79,10). Sum of RGB (Red+Green+Blue) = 163+79+10=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F0A is #5CB0F5. Grayscale: #606060. Windows color (decimal): -6074614 or 675747. OLE color: 675747.

HSL color Cylindrical-coordinate representation of color #A34F0A: hue angle of 27.06º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A34F0A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1637910-
CMYK00.520.940.36
HSL27.06º88.44%33.92%-
HSV(B)27.06º93.87%63.92%-
XYZ17.9613.41.93-
YUV96.2579.33175.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=64.68%
G=31.35%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163791000.520.940.3627.0688.4433.92
HexA34FA0345E241b5822
Octal24311712064136443313042
Binary101000111001111101001101001011110100100110111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F0A; }

 p { color: rgb(163,79,10); }

 H1.HeaderClassName
 {
   color: #A34F0A;
 }
 .AnyTagClassName
 {
   color: #A34F0A;
 }
</style>
background-color css

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

 a { background-color: rgb(163,79,10); }

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

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

 span { border-color: rgb(163,79,10); }

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