#94330A

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

Shades of Saddle Brown #94330A

Tints of Saddle Brown #94330A

Color information

#94330A (or 0x94330A) is unknown color: approx Saddle Brown. HEX triplet: 94, 33 and 0A. RGB value is (148,51,10). Sum of RGB (Red+Green+Blue) = 148+51+10=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94330A is #6BCCF5. Grayscale: #4B4B4B. Windows color (decimal): -7064822 or 668564. OLE color: 668564.

HSL color Cylindrical-coordinate representation of color #94330A: hue angle of 17.83º 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 #94330A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1485110-
CMYK00.660.930.42
HSL17.83º87.34%30.98%-
HSV(B)17.83º93.24%58.04%-
XYZ13.458.691.25-
YUV75.3391.14179.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=70.81%
G=24.40%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148511000.660.930.4217.8387.3430.98
Hex9433A0425D2A12571f
Octal22463120102135522212737
Binary10010100110011101001000010101110110101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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