#8B3D03

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

Shades of Saddle Brown #8B3D03

Tints of Saddle Brown #8B3D03

Color information

#8B3D03 (or 0x8B3D03) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3D and 03. RGB value is (139,61,3). Sum of RGB (Red+Green+Blue) = 139+61+3=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3D03 is #74C2FC. Grayscale: #4E4E4E. Windows color (decimal): -7652093 or 212363. OLE color: 212363.

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

Color convert

RGB139613-
CMYK00.560.980.45
HSL25.59º95.77%27.84%-
HSV(B)25.59º97.84%54.51%-
XYZ12.338.831.14-
YUV77.7185.84171.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=68.47%
G=30.05%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13961300.560.980.4525.5995.7727.84
Hex8B3D3038622D1a601c
Octal213753070142553214034
Binary10001011111101110111000110001010110111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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