#8B3C03

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

Shades of Saddle Brown #8B3C03

Tints of Saddle Brown #8B3C03

Color information

#8B3C03 (or 0x8B3C03) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3C and 03. RGB value is (139,60,3). Sum of RGB (Red+Green+Blue) = 139+60+3=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3C03 is #74C3FC. Grayscale: #4D4D4D. Windows color (decimal): -7652349 or 212107. OLE color: 212107.

HSL color Cylindrical-coordinate representation of color #8B3C03: hue angle of 25.15º 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 #8B3C03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB139603-
CMYK00.570.980.45
HSL25.15º95.77%27.84%-
HSV(B)25.15º97.84%54.51%-
XYZ12.288.731.12-
YUV77.1286.17172.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=68.81%
G=29.70%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13960300.570.980.4525.1595.7727.84
Hex8B3C3039622D19601c
Octal213743071142553114034
Binary10001011111100110111001110001010110111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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