#94310C

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

Shades of Saddle Brown #94310C

Tints of Saddle Brown #94310C

Color information

#94310C (or 0x94310C) is unknown color: approx Saddle Brown. HEX triplet: 94, 31 and 0C. RGB value is (148,49,12). Sum of RGB (Red+Green+Blue) = 148+49+12=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94310C is #6BCEF3. Grayscale: #4A4A4A. Windows color (decimal): -7065332 or 799124. OLE color: 799124.

HSL color Cylindrical-coordinate representation of color #94310C: hue angle of 16.32º 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 #94310C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1484912-
CMYK00.670.920.42
HSL16.32º85%31.37%-
HSV(B)16.32º91.89%58.04%-
XYZ13.388.521.29-
YUV74.3892.8180.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=70.81%
G=23.44%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148491200.670.920.4216.328531.37
Hex9431C0435C2A10551f
Octal22461140103134522012537
Binary10010100110001110001000011101110010101010000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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