#8A300A

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

Shades of Saddle Brown #8A300A

Tints of Saddle Brown #8A300A

Color information

#8A300A (or 0x8A300A) is unknown color: approx Saddle Brown. HEX triplet: 8A, 30 and 0A. RGB value is (138,48,10). Sum of RGB (Red+Green+Blue) = 138+48+10=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A300A is #75CFF5. Grayscale: #464646. Windows color (decimal): -7720950 or 667786. OLE color: 667786.

HSL color Cylindrical-coordinate representation of color #8A300A: hue angle of 17.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A300A is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1384810-
CMYK00.650.930.46
HSL17.81º86.49%29.02%-
HSV(B)17.81º92.75%54.12%-
XYZ11.597.541.13-
YUV70.5893.82176.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.41%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=70.41%
G=24.49%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138481000.650.930.4617.8186.4929.02
Hex8A30A0415D2E12561d
Octal21260120101135562212635
Binary10001010110000101001000001101110110111010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A300A; }

 p { color: rgb(138,48,10); }

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

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

 a { background-color: rgb(138,48,10); }

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

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

 span { border-color: rgb(138,48,10); }

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