#942E00

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

Shades of Saddle Brown #942E00

Tints of Saddle Brown #942E00

Color information

#942E00 (or 0x942E00) is unknown color: approx Saddle Brown. HEX triplet: 94, 2E and 00. RGB value is (148,46,0). Sum of RGB (Red+Green+Blue) = 148+46+0=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #942E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E00 is #6BD1FF. Grayscale: #474747. Windows color (decimal): -7066112 or 11924. OLE color: 11924.

HSL color Cylindrical-coordinate representation of color #942E00: hue angle of 18.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #942E00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB148460-
CMYK00.6910.42
HSL18.65º100%29.02%-
HSV(B)18.65º100%58.04%-
XYZ13.198.250.9-
YUV71.2587.79182.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.29%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.29%
G=23.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14846000.6910.4218.6510029.02
Hex942E0045642A13641d
Octal2245600105144522314435
Binary10010100101110001000101110010010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E00; }

 p { color: rgb(148,46,0); }

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

<style>
 a { background-color: #942E00; }

 a { background-color: rgb(148,46,0); }

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

<style>
 span { border-color: #942E00; }

 span { border-color: rgb(148,46,0); }

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