#994B0C

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

Shades of Saddle Brown #994B0C

Tints of Saddle Brown #994B0C

Color information

#994B0C (or 0x994B0C) is unknown color: approx Saddle Brown. HEX triplet: 99, 4B and 0C. RGB value is (153,75,12). Sum of RGB (Red+Green+Blue) = 153+75+12=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994B0C is #66B4F3. Grayscale: #5B5B5B. Windows color (decimal): -6730996 or 805785. OLE color: 805785.

HSL color Cylindrical-coordinate representation of color #994B0C: hue angle of 26.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #994B0C is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1537512-
CMYK00.510.920.4
HSL26.81º85.45%32.35%-
HSV(B)26.81º92.16%60%-
XYZ15.7211.831.8-
YUV91.1483.34172.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 12 (5.08% from 255) = 5%
R=63.75%
G=31.25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153751200.510.920.426.8185.4532.35
Hex994BC0335C281b5520
Octal23111314063134503312540
Binary100110011001011110001100111011100101000110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B0C; }

 p { color: rgb(153,75,12); }

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

<style>
 a { background-color: #994B0C; }

 a { background-color: rgb(153,75,12); }

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

<style>
 span { border-color: #994B0C; }

 span { border-color: rgb(153,75,12); }

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