#8A3D03

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

Shades of Saddle Brown #8A3D03

Tints of Saddle Brown #8A3D03

Color information

#8A3D03 (or 0x8A3D03) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3D and 03. RGB value is (138,61,3). Sum of RGB (Red+Green+Blue) = 138+61+3=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3D03 is #75C2FC. Grayscale: #4D4D4D. Windows color (decimal): -7717629 or 212362. OLE color: 212362.

HSL color Cylindrical-coordinate representation of color #8A3D03: hue angle of 25.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A3D03 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB138613-
CMYK00.560.980.46
HSL25.78º95.74%27.65%-
HSV(B)25.78º97.83%54.12%-
XYZ12.178.751.13-
YUV77.4186.01171.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 68.32%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=68.32%
G=30.20%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13861300.560.980.4625.7895.7427.65
Hex8A3D3038622E1a601c
Octal212753070142563214034
Binary10001010111101110111000110001010111011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,3); }

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

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

 a { background-color: rgb(138,61,3); }

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

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

 span { border-color: rgb(138,61,3); }

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