#803C02

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

Shades of Saddle Brown #803C02

Tints of Saddle Brown #803C02

Color information

#803C02 (or 0x803C02) is unknown color: approx Saddle Brown. HEX triplet: 80, 3C and 02. RGB value is (128,60,2). Sum of RGB (Red+Green+Blue) = 128+60+2=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #803C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C02 is #7FC3FD. Grayscale: #4A4A4A. Windows color (decimal): -8373246 or 146560. OLE color: 146560.

HSL color Cylindrical-coordinate representation of color #803C02: hue angle of 27.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #803C02 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128602-
CMYK00.530.980.50
HSL27.62º96.92%25.49%-
HSV(B)27.62º98.44%50.2%-
XYZ10.537.831.01-
YUV73.7287.53166.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.37%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=67.37%
G=31.58%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12860200.530.980.5027.6296.9225.49
Hex803C203562321c6119
Octal200742065142623414131
Binary10000000111100100110101110001011001011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803C02; }

 p { color: rgb(128,60,2); }

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

<style>
 a { background-color: #803C02; }

 a { background-color: rgb(128,60,2); }

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

<style>
 span { border-color: #803C02; }

 span { border-color: rgb(128,60,2); }

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