#94530C

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

Shades of Saddle Brown #94530C

Tints of Saddle Brown #94530C

Color information

#94530C (or 0x94530C) is unknown color: approx Saddle Brown. HEX triplet: 94, 53 and 0C. RGB value is (148,83,12). Sum of RGB (Red+Green+Blue) = 148+83+12=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530C is #6BACF3. Grayscale: #5E5E5E. Windows color (decimal): -7056628 or 807828. OLE color: 807828.

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

Color convert

RGB1488312-
CMYK00.440.920.42
HSL31.32º85%31.37%-
HSV(B)31.32º91.89%58.04%-
XYZ15.3712.511.95-
YUV94.3481.53166.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=60.91%
G=34.16%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148831200.440.920.4231.328531.37
Hex9453C02C5C2A1f551f
Octal22412314054134523712537
Binary10010100101001111000101100101110010101011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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