#993C03

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

Shades of Saddle Brown #993C03

Tints of Saddle Brown #993C03

Color information

#993C03 (or 0x993C03) is unknown color: approx Saddle Brown. HEX triplet: 99, 3C and 03. RGB value is (153,60,3). Sum of RGB (Red+Green+Blue) = 153+60+3=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #993C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C03 is #66C3FC. Grayscale: #515151. Windows color (decimal): -6734845 or 212121. OLE color: 212121.

HSL color Cylindrical-coordinate representation of color #993C03: hue angle of 22.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #993C03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB153603-
CMYK00.610.980.4
HSL22.8º96.15%30.59%-
HSV(B)22.8º98.04%60%-
XYZ14.7710.011.24-
YUV81.3183.81179.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=70.83%
G=27.78%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15360300.610.980.422.896.1530.59
Hex993C303D622817601f
Octal231743075142502714037
Binary10011001111100110111101110001010100010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993C03; }

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

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

<style>
 a { background-color: #993C03; }

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

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

<style>
 span { border-color: #993C03; }

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

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