#94300C

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

Shades of Saddle Brown #94300C

Tints of Saddle Brown #94300C

Color information

#94300C (or 0x94300C) is unknown color: approx Saddle Brown. HEX triplet: 94, 30 and 0C. RGB value is (148,48,12). Sum of RGB (Red+Green+Blue) = 148+48+12=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94300C is #6BCFF3. Grayscale: #4A4A4A. Windows color (decimal): -7065588 or 798868. OLE color: 798868.

HSL color Cylindrical-coordinate representation of color #94300C: hue angle of 15.88º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94300C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1484812-
CMYK00.680.920.42
HSL15.88º85%31.37%-
HSV(B)15.88º91.89%58.04%-
XYZ13.348.441.27-
YUV73.893.13180.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=71.15%
G=23.08%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148481200.680.920.4215.888531.37
Hex9430C0445C2A10551f
Octal22460140104134522012537
Binary10010100110000110001000100101110010101010000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94300C; }

 p { color: rgb(148,48,12); }

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

<style>
 a { background-color: #94300C; }

 a { background-color: rgb(148,48,12); }

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

<style>
 span { border-color: #94300C; }

 span { border-color: rgb(148,48,12); }

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