#94530A

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

Shades of Saddle Brown #94530A

Tints of Saddle Brown #94530A

Color information

#94530A (or 0x94530A) is unknown color: approx Saddle Brown. HEX triplet: 94, 53 and 0A. RGB value is (148,83,10). Sum of RGB (Red+Green+Blue) = 148+83+10=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94530A is #6BACF5. Grayscale: #5E5E5E. Windows color (decimal): -7056630 or 676756. OLE color: 676756.

HSL color Cylindrical-coordinate representation of color #94530A: hue angle of 31.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94530A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1488310-
CMYK00.440.930.42
HSL31.74º87.34%30.98%-
HSV(B)31.74º93.24%58.04%-
XYZ15.3612.51.89-
YUV94.1180.53166.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=61.41%
G=34.44%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148831000.440.930.4231.7487.3430.98
Hex9453A02C5D2A20571f
Octal22412312054135524012737
Binary100101001010011101001011001011101101010100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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