#8A320A

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

Shades of Saddle Brown #8A320A

Tints of Saddle Brown #8A320A

Color information

#8A320A (or 0x8A320A) is unknown color: approx Saddle Brown. HEX triplet: 8A, 32 and 0A. RGB value is (138,50,10). Sum of RGB (Red+Green+Blue) = 138+50+10=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A320A is #75CDF5. Grayscale: #484848. Windows color (decimal): -7720438 or 668298. OLE color: 668298.

HSL color Cylindrical-coordinate representation of color #8A320A: hue angle of 18.75º 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 #8A320A is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1385010-
CMYK00.640.930.46
HSL18.75º86.49%29.02%-
HSV(B)18.75º92.75%54.12%-
XYZ11.687.711.16-
YUV71.7593.15175.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.70%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=69.70%
G=25.25%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138501000.640.930.4618.7586.4929.02
Hex8A32A0405D2E13561d
Octal21262120100135562312635
Binary10001010110010101001000000101110110111010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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